diff options
author | Stanislas Lange <angristan@pm.me> | 2020-04-28 15:02:30 +0200 |
---|---|---|
committer | Stanislas Lange <angristan@pm.me> | 2020-04-28 15:02:30 +0200 |
commit | 5b1ec52ac26bc9bc1f840e1b6cea566ef6d6abc9 (patch) | |
tree | 8203f330d1b5fbfce525ded8c6260e1b9d746910 /README.md | |
parent | 89258ba91d5d8720c56466501c2fb23123deef2f (diff) |
chore(args): rename add_client to add-client
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ It will install WireGuard (kernel module and tools) on the server, configure it, To generate more client files, run the following: ```sh -./wireguard-install.sh add_client +./wireguard-install.sh add-client ``` Make sure you choose different IPs for you clients. |