doc updates

This commit is contained in:
2026-04-14 17:51:04 -04:00
parent af696e5dec
commit 59460100c5
4 changed files with 105 additions and 7 deletions
+2 -4
View File
@@ -69,10 +69,8 @@ mount /mnt/backup
## 6. Get the repo
```bash
git clone https://github.com/<user>/argento-server.git /opt/argento
# If GitHub is unavailable, clone from the Gitea bare repo on the USB backup:
# git clone /mnt/backup/argento/docker/gitea/data/git/repositories/timothykim/argento.git /opt/argento
# Clone from the Gitea bare repo on the USB backup
git clone /mnt/backup/argento/docker/gitea/data/git/repositories/timothykim/argento.git /opt/argento
```
Clone first -- ZFS datasets will mount into this directory tree in the next step.