You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3
Original file line number
Diff line number
Diff line change
@@ -24,13 +24,14 @@ This server handles any and all real-time game events such as:
24
24
25
25
## Setup
26
26
27
-
1. Install `Go 1.19` or later.
27
+
1. Install `Go 1.22` or later.
28
28
2. Clone the repository.
29
29
3. Copy `config.example.json` and make a file named `config.json`
30
30
4. Fill out the config file with the appropriate details.
31
31
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`.
0 commit comments