Covered client in installation instructions.

This commit is contained in:
Jakob Friedl
2025-10-02 13:56:48 +02:00
parent d02808a6d3
commit 56153b3441

View File

@@ -20,10 +20,12 @@ nimble install -d
4. Build conquest binaries 4. Build conquest binaries
``` ```
nimble server 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/server -p ./data/profile.toml
./bin/client -i localhost -p 35753
``` ```