From 52a4f2d29ae067a8f5a45c1c33d6ae19e40b42ba Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Wed, 16 Oct 2024 15:14:56 +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 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/🔧-How-to-Install.md b/🔧-How-to-Install.md index 3427534..09b3d77 100644 --- a/🔧-How-to-Install.md +++ b/🔧-How-to-Install.md @@ -55,14 +55,11 @@ Requirements: - ✅ Windows 10 (x64), Windows Server 2012 R2 (x64) or higher - ❌ Replit / Heroku - [Node.js](https://nodejs.org/en/download/) 14 / 16 / 18 / 20.4 -- [npm](https://docs.npmjs.com/cli/) 9 +- [npm](https://docs.npmjs.com/cli/) >= 9 - [Git](https://git-scm.com/downloads) - [pm2](https://pm2.keymetrics.io/) - For running Uptime Kuma in the background ```bash -# Update your npm -npm install npm@9 -g - git clone https://github.com/louislam/uptime-kuma.git cd uptime-kuma npm run setup