Skip to content

Commit

Permalink
Fixing some syntax errors in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
Katilith committed Jun 22, 2023
1 parent 3e733e5 commit 39978a0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@ The game server currently runs a build of RuneScape from October 30th-31st, 2006
- [`docker`](https://docs.docker.com/get-docker/) and [`docker-compose`](https://docs.docker.com/compose/install/)
- If on Windows, `docker-compose` comes with `docker`

### Running the Game Server

1. Copy the `config/server-config.example.json` and paste it into the same folder using the name `server-config.json`
2. Go into your new `server-config.json` file and modify your RSA modulus and exponent with the ones matching your game client
- You may also modify the server's port and host address from this configuration file
- You may also modify the server's port and host address from this configuration file
3. Build the docker image with `docker-compose build`
4. Run the game server with `docker-compose up'
4. Run the game server with `docker-compose up`

The game server will spin up and be accessible via port 43594.

Expand Down

0 comments on commit 39978a0

Please sign in to comment.