From 44b75a54968c579f0a7d0fc036ee068473a0374c Mon Sep 17 00:00:00 2001 From: Emile Nijssen Date: Mon, 22 Nov 2021 22:39:53 +0100 Subject: [PATCH] update readme --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0e27bd9a..59a1acf8 100644 --- a/README.md +++ b/README.md @@ -44,10 +44,10 @@ And log in again. ### 2. Run WireGuard Easy -To automatically install & run wg-easy, in a terminal: +To automatically install & run wg-easy, simply run:
-docker run -d \
+$ docker run -d \
   --name=wg-easy \
   --cap-add=NET_ADMIN \
   --cap-add=SYS_MODULE \
@@ -62,13 +62,13 @@ docker run -d \
   weejewel/wg-easy
 
-> 🌍 Replace `YOUR_SERVER_IP` with your WAN IP, or a Dynamic DNS hostname. +> 💡 Replace `YOUR_SERVER_IP` with your WAN IP, or a Dynamic DNS hostname. > -> 🔑 Replace `YOUR_ADMIN_PASSWORD` with a password to log in on the Web UI. +> 💡 Replace `YOUR_ADMIN_PASSWORD` with a password to log in on the Web UI. The Web UI will now be available on `http://0.0.0.0:51821`. -> 💾 Your configuration files will be saved in `~/.wg-easy` +> 💡 Your configuration files will be saved in `~/.wg-easy` ## Options @@ -88,7 +88,7 @@ These options can be configured by setting environment variables using `-e KEY=" # Updating -To update to the latest version, run: +To update to the latest version, simply run: ```bash docker stop wg-easy