From 4968f706bb9a2cdf7a618914243bdf5df93c591c Mon Sep 17 00:00:00 2001 From: Shadowbroker <43977454+BigBodyCobain@users.noreply.github.com> Date: Sun, 21 Jun 2026 09:18:42 -0600 Subject: [PATCH] Update Quick Start section formatting in README Fix formatting for Quick Start (Docker) section in README. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9f5cc12..9faf5d3 100644 --- a/README.md +++ b/README.md @@ -84,8 +84,8 @@ ShadowBroker includes an optional **Shodan connector** for operator-supplied API --- -
-⚡ Quick Start (Docker) + +⚡ Quick Start (Docker) ### From GitHub (default — uses GHCR images) @@ -117,7 +117,7 @@ Open `http://localhost:3000` to view the dashboard! *(Requires [Docker Desktop]( > **Podman users:** Podman works, but `podman compose` is a wrapper and still needs a Compose provider installed. On Windows/WSL, if you see `looking up compose provider failed`, install `podman-compose` and run `podman-compose pull` followed by `podman-compose up -d` from inside the cloned `Shadowbroker` folder. On Linux/macOS/WSL shells you can also use `./compose.sh --engine podman pull` and `./compose.sh --engine podman up -d`. -
+ ---