Fix Go version and agent workflow

This commit is contained in:
Fimeg
2025-10-29 12:43:18 -04:00
parent 740d75f3cf
commit c027a1da6c
3 changed files with 6 additions and 1 deletions

View File

@@ -84,6 +84,9 @@ A self-hosted, cross-platform update management platform built for homelabs and
git clone https://github.com/Fimeg/RedFlag.git
cd RedFlag
# Build agent (one-time)
cd aggregator-agent && go mod tidy && go build -o redflag-agent cmd/agent/main.go && cd ..
# Start database and server
docker-compose up -d