From 3fb2d0ce6803b77ff72ac3de66a1075b5e314e12 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Fri, 24 Sep 2021 22:38:54 +0800 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ffcac83b..f0fa92d9 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,9 @@ Browse to http://localhost:3001 after started. Required Tools: Node.js >= 14, git and pm2. ```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