Update README.md with BackTunnel subtree usage instructions

This commit is contained in:
2025-09-14 11:54:54 +02:00
parent a856ae7bed
commit c322320cf2

View File

@@ -1,3 +1,10 @@
# AUR
Private Arch User Repo
Private Arch User Repo
```console
git checkout backtunnel
git checkout main
git subtree add --prefix=backtunnel backtunnel
git subtree pull --prefix=backtunnel . backtunnel
```