aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Alex2016-03-22 09:24:11 +1100
committerBen Alex2016-03-22 09:24:11 +1100
commit8590826a577096d70c3bd229a5f41064c99a033b (patch)
treebfedb5703a181209c9cec71bfc50dcfa0fbeabc7
parente63d49fc8e00ab36d67e35c2a20b50affa7f370e (diff)
downloadaur-8590826a577096d70c3bd229a5f41064c99a033b.tar.gz
Update README to reflect latest changes to build processes.
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index d43a821de252..16f222ab4591 100644
--- a/README.md
+++ b/README.md
@@ -100,13 +100,14 @@ Build and Test
If you'd like to try out changes to the package, these commands offer a start:
````
-rm -rf pkg src *.xz *.gz && makepkg -f
+rm -rf pkg src *.xz *.zip && makepkg -f
namcap -m *.xz
sudo pacman -U *.xz
sudo systemctl daemon-reload
sudo systemctl start ibcontroller@fdemo.service
sudo systemctl status ibcontroller@fdemo.service
sudo systemctl stop ibcontroller@fdemo.service
-rm -f *.gz && mksrcinfo
-burp -c daemons *.gz
+mksrcinfo
+git add
+git push
````