From f7965b70623d9d7866e5b40438452595ee2c1514 Mon Sep 17 00:00:00 2001 From: Mehran Date: Wed, 28 Nov 2018 16:17:06 +0330 Subject: [PATCH] typo --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f08ef98..1517ade 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,8 @@ Once it ends, you can run it again to add more users, remove some of them or eve ### Docker Installation Run the script and follow the assistant: -`docker run -it \ +``` +docker run -it \ --name openvpn \ --restart always \ --cap-add=NET_ADMIN \ @@ -21,7 +22,7 @@ Run the script and follow the assistant: --device=/dev/net/tun \ -p 1194:1194/udp \ mehran/openvpn` - +``` * You can change Port to any. ### I want to run my own VPN but don't have a server for that