aboutsummarylogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 387abdc80dfb..d81e6c84023b 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
+Before committing, you must rebuild .SRCINFO:
```bash
-git clone git@github.com:keybase/keybase-git.git
-git remote add aur https://aur.archlinux.org/keybase-git.git/
+make build
```
To push to AUR, configure SSH creds and
```bash
-git push aur master
+make push-aur
```