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`.