Update usage instructions

master
Vildravn 4 роки тому
джерело
коміт
a2f0a0d77a
3 змінених файлів з 6 додано та 6 видалено
  1. +2
    -2
      installation-and-usage-(linux).md
  2. +2
    -2
      installation-and-usage-(macos).md
  3. +2
    -2
      installation-and-usage-(windows).md

+ 2
- 2
installation-and-usage-(linux).md

@@ -8,5 +8,5 @@
1. Get the code: `git clone https://gitlab.com/Isleward/isleward.git`
1. Navigate to the server folder: `cd isleward/src/server`
1. Install dependencies: `npm install`
1. Run: `node --expose-gc index.js`
1. Navigate `http://localhost:4000/` in your browser
1. Run: `node index.js`
1. Navigate `http://localhost:4000/` in your browser

+ 2
- 2
installation-and-usage-(macos).md

@@ -11,5 +11,5 @@
1. Get the code: `git clone https://gitlab.com/Isleward/isleward.git`
1. Navigate to the server folder: `cd isleward/src/server`
1. Install dependencies: `npm install`
1. Run: `node --expose-gc index.js`
1. Navigate `http://localhost:4000/` in your browser
1. Run: `node index.js`
1. Navigate `http://localhost:4000/` in your browser

+ 2
- 2
installation-and-usage-(windows).md

@@ -13,5 +13,5 @@
1. Get the code: `git clone https://gitlab.com/Isleward/isleward.git`
1. Navigate to the server folder: `cd isleward/src/server`
1. Install dependencies: `npm install`
1. Run: `node --expose-gc index.js`
1. Navigate `http://localhost:4000/` in your browser
1. Run: `node index.js`
1. Navigate `http://localhost:4000/` in your browser

Завантаження…
Відмінити
Зберегти