aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli W. Hunter2020-08-09 19:35:36 -0400
committerEli W. Hunter2020-08-09 19:35:36 -0400
commit983a60200318bd47257880ff094191f1e211ba35 (patch)
treee29b953dc2194bbe6a1aafeaf8b55b4b64ba1d32
parent30b34d4605d32518b97505d37f2889d18d7682bb (diff)
downloadaur-983a60200318bd47257880ff094191f1e211ba35.tar.gz
Update README
-rw-r--r--README.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index 9d7e7fa91e32..2396c2552f40 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-# Hercules PKGBUILD
+# aur-hercules-analysis-git
-A PKGBUILD for [Hercules](https://github.com/src-d/hercules).
+A PKGBUILD for [hercules and labours](https://github.com/src-d/hercules).
## Installation
@@ -8,6 +8,8 @@ This can be installed from the AUR using your favorite AUR wrapper or manually
by cloning the repository and running the following commands.
```sh
-$ makepkg
-$ pacman -U pkgname-pkgver.pkg.tar.xz
+# This will likely fail because some of our dependencies live only in the AUR.
+# makepkg will tell you which it can't find. Install those from the AUR and
+# this should work.
+$ makepkg -si
```