From e1414ae61a80ae2e45d891ce5a7257b18b48318f Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Fri, 24 Sep 2021 22:41:04 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20=F0=9F=94=A7=20How=20to=20Install=20(?= =?UTF-8?q?markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 🔧-How-to-Install.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/🔧-How-to-Install.md b/🔧-How-to-Install.md index 18ba418..059a3ce 100644 --- a/🔧-How-to-Install.md +++ b/🔧-How-to-Install.md @@ -35,6 +35,9 @@ Required Tools: Node.js >= 14, git and pm2. (**Not recommended for ARM CPU users.** Since there is no prebuilt for node-sqlite3, it is hard to get it running) ```bash +# Update your npm to the latest version +npm install npm -g + git clone https://github.com/louislam/uptime-kuma.git cd uptime-kuma npm run setup