From f011a54700c67815fdb29e954a86664fc41b3022 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Wed, 27 Oct 2021 00:06:16 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=F0=9F=86=99-How-to-Update.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 🆙-How-to-Update.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/🆙-How-to-Update.md b/🆙-How-to-Update.md index 629bbc3..cad4d33 100644 --- a/🆙-How-to-Update.md +++ b/🆙-How-to-Update.md @@ -13,9 +13,7 @@ docker run -d --restart=always -p 3001:3001 -v uptime-kuma:/app/data --name upti PS: For every new release, it takes some time to build the docker image, please be patient if it is not available yet. -## 🆙 💪🏻 Without Docker - -(1.8.0 Updated!) +## 🆙 💪🏻 Non-Docker ```bash cd @@ -31,9 +29,3 @@ npm run download-dist # Restart pm2 restart uptime-kuma ``` - -If you see node-pre-gyp error, please use your npm to the latest version -```bash -# Update your npm to the latest version -npm install npm -g -``` \ No newline at end of file