From 3d343c3fd7373b248bd40952f2d702c0b9684b60 Mon Sep 17 00:00:00 2001 From: randomshell Date: Thu, 2 Jul 2020 12:37:18 +0000 Subject: [PATCH] Update README We changed arguments to a menu in d765194eacb8e732b2f3823b77bfb677e75948a3 --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 94c1005..deae325 100644 --- a/README.md +++ b/README.md @@ -37,12 +37,6 @@ chmod +x wireguard-install.sh It will install WireGuard (kernel module and tools) on the server, configure it, create a systemd service and a client configuration file. -To generate more client files, run the following: - -```sh -./wireguard-install.sh add-client -``` - Make sure you choose different IPs for you clients. Contributions are welcome!