From 857486758c9b32bad69711b4912fcac8759e57bf Mon Sep 17 00:00:00 2001 From: Bruno Tavares Date: Tue, 23 Feb 2016 10:56:26 -0300 Subject: [PATCH] Adds install instructions for Arch Linux. Thanks to @alkersan, `kickstart` is available as a package on AUR. Closes #7. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 677ed31..eec08e8 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,16 @@ brew install --HEAD kickstart basher install bltavares/kickstart ``` +### Arch Linux + +`kickstart-git` is available on [aur](https://aur.archlinux.org/packages/kickstart-git). + +You can use the following command to install. + +```bash +yaourt -S kickstart-git +``` + ### Autocompletion To enable autocompletion run the following command: