Update README.md

Former-commit-id: d66cbce25256556da9f7c3b5effb95c265489996
This commit is contained in:
Shadowbroker
2026-03-12 10:41:43 -06:00
committed by GitHub
parent a9305e5cfb
commit 7c6049020d
+10
View File
@@ -36,12 +36,22 @@ Built with **Next.js**, **MapLibre GL**, **FastAPI**, and **Python**, it's desig
## ⚡ Quick Start (Docker or Podman)
Linux/Mac
```bash
git clone https://github.com/BigBodyCobain/Shadowbroker.git
cd Shadowbroker
./compose.sh up -d
```
Windows
```bash
git clone https://github.com/BigBodyCobain/Shadowbroker.git
cd Shadowbroker
docker-compose up -d
```
Open `http://localhost:3000` to view the dashboard! *(Requires Docker or Podman)*
`compose.sh` auto-detects `docker compose`, `docker-compose`, `podman compose`, and `podman-compose`.