From bb2f317af41e5c14bd944ac52515aa7e5702f790 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Wed, 25 Mar 2026 19:55:55 +0000 Subject: [PATCH] Update README usage instructions with clone workflow Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 183cab0..fa75cfa 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,10 @@ Three Docker containers via `docker-compose`: ## Usage ```sh -ssh m@sdr-pi -cd /workspace +ssh user@your-pi +git clone gitea@git.michaelsmith.be:m/sdr-recorder.git +cd sdr-recorder docker compose up -d ``` -Recordings are saved to `~/recordings/` and browsable at `http://sdr-pi:8080`. +Recordings are saved to `~/recordings/` and browsable at `http://:8080`.