From 80f4ee89339aaa94c9925730035d96785ae958b8 Mon Sep 17 00:00:00 2001 From: Danila Vershinin Date: Sat, 12 Dec 2020 00:13:14 +0300 Subject: [PATCH] Fix formatting --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index d26f012..0c1c40c 100644 --- a/README.md +++ b/README.md @@ -51,9 +51,7 @@ sudo dnf install kmod-wireguard wireguard-tools * Create file `/etc/wireguard/wg0.conf` with contents of the client config generated by the script (copy paste from server). -* Connect: - - systemctl start wg-quick@wg0.service +* Connect: `systemctl start wg-quick@wg0.service` * Verify your public IP has changed to the server's IP, e.g.: `curl https://ident.me`