From 1213a030e37cc6b85cf79fa6776a3614a1672599 Mon Sep 17 00:00:00 2001 From: Donald Zou Date: Thu, 13 May 2021 19:54:37 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e4d4039..d1fa757 100644 --- a/README.md +++ b/README.md @@ -143,9 +143,9 @@ All these settings will be able to configure within the dashboard in **Settings* ## ❓ How to update the dashboard? -``` +```{shell} $ cd wireguard-dashboard -$ sudo sh wgd.sh update # Perform update +$ sudo git pull https://github.com/donaldzou/wireguard-dashboard.git v2.0 --force # Perform update $ sudo sh wgd.sh start # Start dashboard ```