Update README usage instructions with clone workflow
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -22,9 +22,10 @@ Three Docker containers via `docker-compose`:
|
|||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
ssh m@sdr-pi
|
ssh user@your-pi
|
||||||
cd /workspace
|
git clone gitea@git.michaelsmith.be:m/sdr-recorder.git
|
||||||
|
cd sdr-recorder
|
||||||
docker compose up -d
|
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://<hostname>:8080`.
|
||||||
|
|||||||
Reference in New Issue
Block a user