From 2ce8d2a723ce4547808e75fe8f9654f4c1d65f0b Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Mon, 6 Jun 2022 23:13:59 +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 | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/🔧-How-to-Install.md b/🔧-How-to-Install.md index b22182a..4794e31 100644 --- a/🔧-How-to-Install.md +++ b/🔧-How-to-Install.md @@ -51,9 +51,15 @@ docker run -d --restart=always -p :3001 -v :/app/ ### 💪🏻 Without Docker (Recommended for x86/x64 only) -Required Tools: Node.js >= 14, git and pm2. +It should supports Linux/Windows/MacOS. + +Required Tools: +- [Node.js](https://nodejs.org/en/) >= 14 +- [Git](https://git-scm.com/downloads) +- [PM2](https://pm2.keymetrics.io/) +- (Optional) [cloudflared](https://github.com/cloudflare/cloudflared) +- (Optional) [Apprise](https://github.com/caronc/apprise) -(**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