aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsurya2019-01-24 12:49:13 -0500
committersurya2019-01-24 12:49:13 -0500
commit6b1c3c14586d4a236cd28c9c94a90305b5718c81 (patch)
treed4b5686b70121b4db88af64f9ed996c5df4256e6
parentd88a976fc70e83e147ed9f1aea56f9e3519c87b5 (diff)
downloadaur-6b1c3c14586d4a236cd28c9c94a90305b5718c81.tar.gz
readme update
-rw-r--r--README.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index a00c0ebe101d..387abdc80dfb 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,9 @@
-https://aur.archlinux.org/keybase-git.git/ <-> git@github.com:keybase/keybase-git.git
+```bash
+git clone git@github.com:keybase/keybase-git.git
+git remote add aur https://aur.archlinux.org/keybase-git.git/
+```
-To update the AUR repo, set AUR ssh credentials and
+To push to AUR, configure SSH creds and
```bash
-git push origin master
+git push aur master
```
-where `origin` is the AUR remote.