aboutsummarylogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorYash Karandikar2020-02-16 18:57:07 -0600
committerYash Karandikar2020-02-16 18:57:07 -0600
commit1c5152bfa5c74106cdfbca98b5c2d34cf3dd6db2 (patch)
tree34bb6689caa6bf4bfc5ce0594c5519b088ab466a /README.md
parent279cdaa722f4f639b55a97a5af14f19b3a91622e (diff)
downloadaur-1c5152bfa5c74106cdfbca98b5c2d34cf3dd6db2.tar.gz
Upload to GitHub
Diffstat (limited to 'README.md')
-rw-r--r--README.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 000000000000..50b0579282ba
--- /dev/null
+++ b/README.md
@@ -0,0 +1,27 @@
+# haur
+
+*H*elper for the *A*rch *U*ser *R*epository
+
+## Installlation
+
+```bash
+git clone https://aur.archlinux.org/haur.git
+cd haur
+makepkg -si
+```
+
+## Usage
+
+Usage is pretty simple.
+
+To install:
+```bash
+haur <package name>
+```
+
+To remove:
+```bash
+haur -r <package name>
+```
+
+If you have any problems, please leave a comment on the AUR page and/or create a GitHub issue