Skip to content

Commit 0fc1442

Browse files
committed
minor
1 parent f3b3814 commit 0fc1442

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

AGENT.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ The code is written in **modern C++**, uses **CMake** as its build system, and e
3030
* `nlohmann::json` (used for JSON parsing):
3131

3232
```bash
33+
cd ~
34+
mkdir -p thirdParty/base64
35+
curl -L https://raw.githubusercontent.com/ReneNyffenegger/cpp-base64/82147d6d89636217b870f54ec07ddd3e544d5f69/base64.cpp -o thirdParty/base64/base64.cpp
36+
cd modules
3337
curl -o ModuleCmd/nlohmann/json.hpp https://raw.githubusercontent.com/maxDcb/C2TeamServer/refs/heads/master/thirdParty/nlohmann/json.hpp
3438
```
3539

0 commit comments

Comments
 (0)