Browse Source

Update README.md

tags/v0.1.2
Vildravn 7 years ago
parent
commit
4fb087b300
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      README.md

+ 3
- 3
README.md View File

@@ -4,12 +4,12 @@ A multiplayer, moddable, extensible roguelike built with NodeJS, JS, HTML and CS

[Test Server](http://play.isleward.com/) | [Discord](https://discord.gg/gnsn7ZP) | [Subreddit](https://www.reddit.com/r/isleward) | [Blog](http://blog.isleward.com/) | [Wiki](http://isleward.gamepedia.com/) | [Twitter](https://twitter.com/bigbadwofl) | [Patreon](http://patreon.com/bigbadwaffle)

![Ingame Screenshots](http://i.imgur.com/p4ktJ5O.png)

### Installation
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`
5. Run: `node --expose-gc index.js`

![Ingame Screenshots](http://i.imgur.com/p4ktJ5O.png)

Loading…
Cancel
Save