From 57d775802b055679bd11c05989eb50196d611391 Mon Sep 17 00:00:00 2001 From: Are0h Date: Tue, 8 Sep 2020 21:27:45 +0200 Subject: [PATCH] --- 01---Install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01---Install.md b/01---Install.md index a5a7786..8f05edf 100644 --- a/01---Install.md +++ b/01---Install.md @@ -51,6 +51,6 @@ Also it is strongly recommened to set up a ssl certificate to protect yourself i ### Updating Fipamo When updating the first thing you need to do is to shut down the site. Fipamo comes with script to make this easy, so just to the directory where you installed Fipamo and type `npm stop` and the site will shut down. -There are two ways to update Fipamo. If you're using git, you can just go into the directory where you set up your site and do a `git pull` to get the latest. If you're not using git, just grab the latest release and replace your files. +There are two ways to update Fipamo. If you're using git, you can just go into the directory where you set up your site and do a `git pull` to get the latest. If you're not using git, just grab the latest [release](https://code.playvicio.us/Are0h/Fipamo/releases) and replace your files. Use either method to get the new stuff and then start the site back up again using `npm start`. Easy peasy, lemon squeezy.