From 25d9603309e5865378c3c7b0afd24b6f101e943b Mon Sep 17 00:00:00 2001 From: Big Bad Waffle Date: Thu, 16 Feb 2017 10:47:48 +0000 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9a655736..a13c5820 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # ISLEWARD ### Installation -1. Download and install NodeJS: https://nodejs.org/en/download/ +1. Download and install NodeJS: `https://nodejs.org/en/download/` 2. Open a new console window -2. Get the code: git clone https://gitlab.com/Isleward/isleward.git -3. Navigate to the server folder: src/server -4. Install dependencies: npm install -5. Run: node --expose-gc index.js \ No newline at end of file +2. Get the code: `git clone https://gitlab.com/Isleward/isleward.git` +3. Navigate to the server folder: `src/server` +4. Install dependencies: `npm install` +5. Run: `node --expose-gc index.js` \ No newline at end of file