497 B
497 B
Installation Guide
- Clone the Conquest repository
git clone https://github.com/jakobfriedl/conquest
cd conquest
- Install Nim
curl https://nim-lang.org/choosenim/init.sh -sSf | sh
- Install Nimble dependencies
nimble install -d
- Build conquest binaries
nimble server
nimble client
- Start the Conquest server with a C2 Profile and connect to it with the client
./bin/server -p ./data/profile.toml
./bin/client -i localhost -p 35753