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 From 6cd9bc638266f3c979d427999b617c1f383b92ab Mon Sep 17 00:00:00 2001 From: šŸ¦ŠMinteckā­ Date: Wed, 10 Nov 2021 17:48:05 +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 7dabb92..93fc7c5 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ A fast and powerful NodeJS web server for FNS Neutron. * Go to the cloned folder * Install everything: `npm install` * Set the listen port in the `/config/network.json` file +* Do `chmod -R +x *` * Start: `npm start` * Open your web browser to the port specified in the config -- cgit