From 47d8aa50f729b04f9c5933c72dbe56fe32a25d43 Mon Sep 17 00:00:00 2001 From: Bruno Tavares Date: Tue, 23 Feb 2016 10:58:11 -0300 Subject: [PATCH] Reorder the install instructions to let the manual path as secondary --- README.md | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) 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: