From 2c9cd06e3edddc98e7fd4c8a22833912f9e90109 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Sun, 10 Oct 2021 23:50:19 +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 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/🆙-How-to-Update.md b/🆙-How-to-Update.md index 81ba35f..49a4320 100644 --- a/🆙-How-to-Update.md +++ b/🆙-How-to-Update.md @@ -15,13 +15,14 @@ PS: For every new release, it takes some time to build the docker image, please ## 🆙 💪🏻 Without Docker +(1.8.0 Updated!) + ```bash cd git fetch --all git checkout 1.8.0 --force -npm install --legacy-peer-deps -node node_modules/esbuild/install.js -npm run build +npm ci --production +npm run download-dist pm2 restart uptime-kuma ```