diff --git a/README.md b/README.md index b797c38..d40775c 100644 --- a/README.md +++ b/README.md @@ -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`.