From 1bfeccf9e76418e22890087438b9dea55f37266d Mon Sep 17 00:00:00 2001 From: angristan Date: Wed, 7 Aug 2019 20:05:05 +0200 Subject: [PATCH] Update the README to specify what the script can currently do --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4e678f0..24b5237 100644 --- a/README.md +++ b/README.md @@ -26,3 +26,7 @@ Then run it : ```sh ./wireguard-install.sh ``` + +It will install wireguard on the server, configure, create a systemd service and a client configuration file. Mutliple clients are not yet supported. + +Contributions are welcome!