aboutsummaryrefslogtreecommitdiff
path: root/client/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'client/README.md')
-rw-r--r--client/README.md14
1 files changed, 8 insertions, 6 deletions
diff --git a/client/README.md b/client/README.md
index 7b7ef644..d5c75684 100644
--- a/client/README.md
+++ b/client/README.md
@@ -2,9 +2,11 @@
The main game client.
-- For development:
- - Requires Godot 4.5 or newer
- - Open the editor with `godot project.godot`
-- For release builds:
- - Requires Godot, make and ffmpeg
- - Run `make`
+## Development setup
+
+Supply a server address as first argument to the client to connect without going
+through menus.
+
+```
+godot -- ws://127.0.0.1:27032
+```