From aa803e24e004d25e69101ad2f0ad521115ae6cf7 Mon Sep 17 00:00:00 2001 From: Are0h Date: Tue, 21 Jul 2020 21:37:58 +0200 Subject: [PATCH] --- 00---Start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/00---Start.md b/00---Start.md index 1917c15..c23f7f7 100644 --- a/00---Start.md +++ b/00---Start.md @@ -1,4 +1,4 @@ -# Get your dependenices. +# 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`.