Skip to content

Commit e0fb969

Browse files
committed
docs: add nodejs 16 instructions
1 parent 6152a43 commit e0fb969

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ The game server will spin up and be accessible via port 43594.
3232
The [RuneScape Java Client #435](https://github.com/runejs/refactored-client-435) must be used to log into a RuneJS game server.
3333

3434
## Additional Commands
35+
36+
Before running these commands, you must:
37+
38+
1. have [NodeJS **version 16 or higher**](https://nodejs.org/en/) installed on your machine
39+
2. run `npm install` from the root of this project
40+
3541
* `npm run game` Launches the game server by itself without building
3642
* `npm run game:dev` Builds and launches the game server by itself in watch mode
3743
* `npm run login` Launches the login server by itself without building

0 commit comments

Comments
 (0)