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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,8 +66,8 @@ Building
66
66
67
67
On subsequent builds, you only have to repeat the `ninja` step.
68
68
69
-
You can then run the client with `./teeworlds` and the server with
70
-
`./teeworlds_srv`.
69
+
You can then run the client with `./ArchiveClient` and the server with
70
+
`./ArchiveServer`.
71
71
72
72
73
73
Build options
@@ -108,7 +108,7 @@ Building
108
108
bam
109
109
```
110
110
111
-
The compiled game is located in a sub-folder of `build`. You can run the client from there with `./teeworlds` and the server with `./teeworlds_srv`.
111
+
The compiled game is located in a sub-folder of `build`. You can run the client from there with `./ArchiveClient` and the server with `./ArchiveServer`.
0 commit comments