From a5d38c82d429a80403da0a8698b4014deccb1586 Mon Sep 17 00:00:00 2001 From: ghost Date: Mon, 4 Dec 2023 02:18:16 +0200 Subject: [PATCH] fix update command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93405df..8ec384e 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ It allows to simply deploy new server and apply latest updates from repo with ju ## Update * `cd /etc/yggbro` -* `git fetch` +* `git pull` * `nginx -t` * `service nginx reload`