From b44f26540782ef090acae4d4ff3fdf5339165f43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20M=C3=A4rkle?= Date: Thu, 3 Dec 2020 00:11:57 +0100 Subject: [PATCH] update readme with defaults information --- Readme.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 5c4ee3c..4631ea6 100644 --- a/Readme.md +++ b/Readme.md @@ -29,7 +29,10 @@ Some details: ## Installation of server 1. ansible-playbook create_aws_wireguard_server.yml +2. provide informations the script asks from you. If in doubt just accept +defaults by pressing return ## Installation of clients 1. Install wireguard client for your operating system (e.g. via package manager or Appstore) -2. Import the client profile that was created during the server installation. It is located in `wireguard_profiles` subfolder. \ No newline at end of file +2. Import the client profile that was created during the server installation. It is located in `wireguard_profiles` subfolder +as config file and as a qrcode png file to be scanned by mobile clients \ No newline at end of file