aboutsummarylogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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