From 310ad82cc519ca5223a3e11e9f5ef01b113a6c38 Mon Sep 17 00:00:00 2001 From: Jakob Friedl <71284620+jakobfriedl@users.noreply.github.com> Date: Wed, 16 Jul 2025 14:48:21 +0200 Subject: [PATCH] Updated README --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) 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