From 70535a8e85321203699f5b6c633b8d65ea702f75 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Fri, 1 Sep 2023 16:49:46 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/🔧-How-to-Install.md b/🔧-How-to-Install.md index f18f8dc..39c452d 100644 --- a/🔧-How-to-Install.md +++ b/🔧-How-to-Install.md @@ -69,7 +69,7 @@ Required Tools: ```bash # Update your npm to the latest version -npm install npm -g +npm install npm@9 -g # Clone the repository # If you don't want to install Uptime Kuma into your homefolder but instead into a more permanent location, follow the "Create app directory in /opt" steps under **Useful Commands** and then continue here.