diff --git a/README.md b/README.md index 7faec98..f64d829 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ # AUR -Private Arch User Repo \ No newline at end of file +Private Arch User Repo + +```console +git checkout backtunnel +git checkout main +git subtree add --prefix=backtunnel backtunnel +git subtree pull --prefix=backtunnel . backtunnel +```