From 7a8e744017d7a1627271ff928de9369ec826f515 Mon Sep 17 00:00:00 2001 From: "Jonny_Bro (Nikita)" <48434875+JonnyBro@users.noreply.github.com> Date: Wed, 6 Mar 2024 09:27:10 +0500 Subject: [PATCH] Updated Self Hosting (markdown) --- Self-Hosting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Self-Hosting.md b/Self-Hosting.md index 80c89b7..0f82f92 100644 --- a/Self-Hosting.md +++ b/Self-Hosting.md @@ -6,7 +6,7 @@ To host JaBa yourself you will need this: * Some free time. * Machine that runs Linux (I use Ubuntu myself) capable of running Node.js applications. -* [Node.js v18.15.0 or above](https://nodejs.org/) (You can use NVM to manage your Node installations). +* [Node.js v18.15.0 or above](https://nodejs.org/) (You can use [NVM](https://github.com/nvm-sh/nvm) to manage your Node installations). * [Git](https://git-scm.com). * [pnpm](https://pnpm.io/). * [MongoDB v5.0 or above](https://www.mongodb.com/docs/v5.0/tutorial/install-mongodb-on-ubuntu/).