Docs: update repo URLs and progress example

This commit is contained in:
2025-10-24 19:28:38 +00:00
parent 1d123243ef
commit b608e7346d
2 changed files with 16 additions and 14 deletions

View File

@ -34,7 +34,7 @@ chmod +x ./bin/dbbackup_darwin_arm64
### Option 2: Build from Source
```bash
git clone https://github.com/your-repo/dbbackup.git
git clone https://git.uuxo.net/renz/dbbackup.git
cd dbbackup
go build -o dbbackup .
```