aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2024-12-21 11:19:11 +0100
committerpml68 <contact@pml68.dev>2024-12-21 11:19:11 +0100
commit55fc35e62ef330b3c8722a50361b9c62dbba181f (patch)
treef89b70c6874db6779248230ff9ea5d22f06c9813 /README.md
downloadaur-55fc35e62ef330b3c8722a50361b9c62dbba181f.tar.gz
feat: initial commit
Diffstat (limited to '')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..7363694
--- /dev/null
+++ b/README.md
@@ -0,0 +1,12 @@
+# aur
+
+My AUR helper. See `aur -h`
+
+## Bash completion
+
+```sh
+cp aur-completion.bash ~/.aur-completion.bash
+
+# add this line to your .bashrc
+source ~/.aur-completion.bash
+```