Fix clone URL in README deployment instructions

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
adamp 2026-02-09 21:58:58 -06:00
parent eddbbbc5c0
commit b1d3e6988a

View File

@ -77,7 +77,7 @@ Use the frontend URL in your browser. The database file is created automatically
1. Clone the repo to your server (e.g. `/opt/cookie-tracker`): 1. Clone the repo to your server (e.g. `/opt/cookie-tracker`):
```bash ```bash
git clone https://your-git-host/your-repo/cookie-tracker.git /opt/cookie-tracker git clone https://git.raylos.net/adamp/cookie-tracker.git /opt/cookie-tracker
cd /opt/cookie-tracker cd /opt/cookie-tracker
``` ```