From d9316f43ac26ff757680152aab5187959cf6b119 Mon Sep 17 00:00:00 2001 From: Nelson Chan Date: Tue, 14 Feb 2023 08:51:55 +0800 Subject: [PATCH] Update README: Add npm as requirement (#2773) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cdefe6a0..a67007ce 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ Uptime Kuma is now running on http://localhost:3001 Required Tools: - [Node.js](https://nodejs.org/en/download/) >= 14 +- [npm](https://docs.npmjs.com/cli/) >= 7 - [Git](https://git-scm.com/downloads) - [pm2](https://pm2.keymetrics.io/) - For running Uptime Kuma in the background