From 247cc279cbc3e728e1a4696b8fd2f540bf5ceb06 Mon Sep 17 00:00:00 2001 From: James Ward Date: Mon, 19 Jan 2026 17:34:33 -0800 Subject: [PATCH] Document local-fixes rebase workflow --- README.md | 32 +++++++++++++++++++++----------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 7e0283f..caf4ef2 100644 --- a/README.md +++ b/README.md @@ -51,17 +51,27 @@ cd intercept sudo -E venv/bin/python intercept.py ``` -### Docker (Alternative) - -```bash -git clone https://github.com/smittix/intercept.git -cd intercept -docker compose up -d -``` - -> **Note:** Docker requires privileged mode for USB SDR access. See `docker-compose.yml` for configuration options. - -### Open the Interface +### Docker (Alternative) + +```bash +git clone https://github.com/smittix/intercept.git +cd intercept +docker compose up -d +``` + +> **Note:** Docker requires privileged mode for USB SDR access. See `docker-compose.yml` for configuration options. + +### Local Fixes Branch (Optional) + +If you keep local changes (e.g., custom health checks), use a separate branch and rebase it after updates: + +```bash +git fetch origin +git checkout local-fixes +git rebase origin/main +``` + +### Open the Interface After starting, open **http://localhost:5050** in your browser. The username and password is admin:admin