Reorder the install instructions to let the manual path as secondary

This commit is contained in:
Bruno Tavares 2016-02-23 10:58:11 -03:00
parent 857486758c
commit 47d8aa50f7

View File

@ -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: