From 419b1da85496a30eb6be52627702e1e1964e3bf1 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 13 Oct 2025 21:48:44 +0200 Subject: Refactor READMEs for new build system --- client/README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'client/README.md') 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 +``` -- cgit v1.3.1