diff --git a/README.md b/README.md index eec08e8..b19fb24 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,29 @@ Autocompletion is enabled for the offline documentation. ### Installation +#### Homebrew + +```bash +brew tap bltavares/tap +brew install --HEAD kickstart +``` + +#### [Basher](https://github.com/basherpm/basher) + +```bash +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 +``` + #### Adding to the shell Add it to the path. @@ -49,29 +72,6 @@ git clone https://github.com/bltavares/kickstart.git $installation_path sudo ln -s $installation_path/bin/kickstart /usr/local/bin/kickstart ``` -#### Homebrew - -```bash -brew tap bltavares/tap -brew install --HEAD kickstart -``` - -#### [Basher](https://github.com/basherpm/basher) - -```bash -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: