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/).