Files
conquest/README.md
Jakob Friedl 310ad82cc5 Updated README
2025-07-16 14:48:21 +02:00

11 lines
142 B
Markdown

# Conquest Framework
Compile with Nim:
```
nim c src/server/server.nim
```
From the `bin` directory, start the team server:
```
./server
```