updated docs

This commit is contained in:
Arunavo Ray
2025-10-31 09:17:28 +05:30
parent 491546a97c
commit 109958342d
4 changed files with 108 additions and 23 deletions

View File

@@ -156,10 +156,14 @@ Zero-configuration deployment with Nix:
```bash
# Run immediately - no setup needed!
nix run github:RayLabsHQ/gitea-mirror
nix run --extra-experimental-features 'nix-command flakes' github:RayLabsHQ/gitea-mirror
# Or build and run locally
nix build --extra-experimental-features 'nix-command flakes'
./result/bin/gitea-mirror
# Or install to profile
nix profile install github:RayLabsHQ/gitea-mirror
nix profile install --extra-experimental-features 'nix-command flakes' github:RayLabsHQ/gitea-mirror
gitea-mirror
```