From b8c30ddd8ea3c6ba5ad33f97fd5a5466e1542067 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Mon, 11 Oct 2021 23:48:47 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20=F0=9F=86=99=20How=20to=20Update=20(m?= =?UTF-8?q?arkdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 🆙-How-to-Update.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/🆙-How-to-Update.md b/🆙-How-to-Update.md index 49a4320..76dab0c 100644 --- a/🆙-How-to-Update.md +++ b/🆙-How-to-Update.md @@ -19,10 +19,16 @@ PS: For every new release, it takes some time to build the docker image, please ```bash cd + +# Update from git git fetch --all git checkout 1.8.0 --force + +# Install dependenies and prebuilt npm ci --production npm run download-dist + +# Restart pm2 restart uptime-kuma ```