diff --git a/README.md b/README.md index 45bb6c7..353e77f 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ # Conquest Framework -> Command - Control - Conquer +Compile with Nim: +``` +nim c src/server/server.nim +``` -## Acknowledgements - -- [C5pider](https://github.com/Cracked5pider) for [Havoc](https://github.com/HavocFramework/Havoc), which most of the teamserver functionality is based on -- [m4ul3r](https://github.com/m4ul3r) for [nimless](https://github.com/m4ul3r/writing_nimless) Nim implementations -- [d4rckh](https://github.com/d4rckh) for [grc2](https://github.com/d4rckh/grc2), the only other Nim-only C2 I was able to find online -- [MalDev Academy](https://maldevacademy.com/) \ No newline at end of file +From the `bin` directory, start the team server: +``` +./server +``` \ No newline at end of file