Skip to content

Commit a7f44de

Browse files
authored
Update README.md
1 parent bc197c8 commit a7f44de

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,14 @@ This server handles any and all real-time game events such as:
2424

2525
## Setup
2626

27-
1. Install `Go 1.19` or later.
27+
1. Install `Go 1.22` or later.
2828
2. Clone the repository.
2929
3. Copy `config.example.json` and make a file named `config.json`
3030
4. Fill out the config file with the appropriate details.
3131
5. If you do not have a **Steam Publisher Account** (you are not a Quaver developer), you can set `bypass_steam_login` to `true` in the config file. This should **NOT** be used in a production environment.
32-
6. Start the server with `go run .` or your method of choice.
33-
7. The server is now available at `ws://localhost:3000`.
32+
6. Navigate to the `/cmd/server/` directory
33+
7. Start the server with `go run .` or your method of choice.
34+
8. The server is now available at `ws://localhost:3000`.
3435

3536
## LICENSE
3637

0 commit comments

Comments
 (0)