From 56153b3441315c588b5ca33cc08f2998c79fd9fa Mon Sep 17 00:00:00 2001 From: Jakob Friedl <71284620+jakobfriedl@users.noreply.github.com> Date: Thu, 2 Oct 2025 13:56:48 +0200 Subject: [PATCH] Covered client in installation instructions. --- docs/INSTALL.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index b75f54d..e522746 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -20,10 +20,12 @@ nimble install -d 4. Build conquest binaries ``` nimble server +nimble client ``` -5. Start the Conquest server with a C2 Profile -``` +5. Start the Conquest server with a C2 Profile and connect to it with the client +```bash ./bin/server -p ./data/profile.toml +./bin/client -i localhost -p 35753 ```