From ed22ac0093ece37dbf28e2f35628e51a8bc5f9b5 Mon Sep 17 00:00:00 2001 From: Are0h Date: Tue, 4 Aug 2020 21:23:54 +0200 Subject: [PATCH] --- 00---Start.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/00---Start.md b/00---Start.md index c27b692..4c2129c 100644 --- a/00---Start.md +++ b/00---Start.md @@ -1,6 +1,8 @@ # Getting Started -For starters, Fipamo requires [NodeJS](https://nodejs.org/en/) (anything greater than 10.16.3 is cool). Fipamo can be used on the server or your local desktop so once you have that installed, the only dependancy left is the mighty [PM2](https://www.npmjs.com/package/pm2) which used to keep the site alive. You can install that easily from the command line by running `npm install pm2 -g`. +For starters, Fipamo requires [NodeJS](https://nodejs.org/en/) (anything greater than 10.16.3 is cool). You're probably going to need [update](https://www.digitalocean.com/community/tutorials/how-to-install-node-js-on-ubuntu-16-04) the verions that is installed. + +Fipamo can be used on the server or your local desktop so once you have that installed, the only dependancy left is the mighty [PM2](https://www.npmjs.com/package/pm2) which used to keep the site alive. You can install that easily from the command line by running `npm install pm2 -g`. You don't need [git](https://git-scm.com/) to use Fipamo, but it would make updating a lot easier. Every release will be released as a downloadable zip as well, so it's up to you.