From 67eb1ee86a8f7f0b3bd90101c5d94418d6eb03c8 Mon Sep 17 00:00:00 2001 From: BlackcatRs <45454897+BlackcatRs@users.noreply.github.com> Date: Wed, 31 Mar 2021 13:13:29 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f70d83..52d4c67 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Download and execute the script. Answer the questions asked by the script and it ```bash curl -O https://raw.githubusercontent.com/BlackcatRs/wireguard-install/master/wireguard-install.sh chmod +x wireguard-install.sh -./wireguard-install.sh +sudo ./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.