diff --git a/Installation.md b/Installation.md index 5df1024..9e865d7 100644 --- a/Installation.md +++ b/Installation.md @@ -6,10 +6,13 @@ These programs are **required** in order to run Livebeat: | Program | Tested version | Install | Purpose | |---------- |---------------- |-------------- |------------------------------------------------------------------------- | -| Node.js | v15.3.0 | instructions | Both backend & frontend require Node.js as runtime in order to run. | +| Node.js | v15.3.0 | [instructions](#user-content-node-js) | Both backend & frontend require Node.js as runtime in order to run. | | RabbitMQ | 3.8.9 | instructions | Is used for real-time and continuous communication between all parties. | | MongoDB | MongoDB Atlas | instructions | Main database | +### Node.js +Please pick your distribution [here](https://nodejs.org/en/download/package-manager/) and follow the instruction there. For Debian/Ubuntu click [here](https://github.com/nodesource/distributions/blob/master/README.md). + ## Getting started Since we have everyting installed, we have to make our hands dirty before we can even touch Livebeat.