From 574991efe916fdf96fc91e6732daeb8d40b32340 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=AC=E6=98=8E?= <83812544+Ed1s0nZ@users.noreply.github.com> Date: Thu, 20 Nov 2025 23:59:05 +0800 Subject: [PATCH] Update README with build command for server Added build command to README for clarity. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 10283a48..231d82f6 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,8 @@ CyberStrikeAI ships with 100+ curated tools covering the whole kill chain: chmod +x run.sh && ./run.sh # or go run cmd/server/main.go + # or + go build -o cyberstrike-ai cmd/server/main.go ``` 5. **Open the console** at http://localhost:8080, log in with the generated password, and start chatting.