From 6136277cc2340860f740191971a698f79a8b1899 Mon Sep 17 00:00:00 2001 From: šŸ¦ŠMinteckā­ Date: Wed, 10 Nov 2021 17:44:15 +0100 Subject: Update 'README.md' --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 8ecb5a7..7dabb92 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ A fast and powerful NodeJS web server for FNS Neutron. ## Setup * Install `nodejs`, `npm`, `make`, `cmake`, `wget`, `zip`, `php`, `php-xdebug`, `php-gd` * Clone the repository +* Go to the cloned folder * Install everything: `npm install` * Set the listen port in the `/config/network.json` file * Start: `npm start` -- cgit