Reorder the install instructions to let the manual path as secondary
This commit is contained in:
parent
857486758c
commit
47d8aa50f7
46
README.md
46
README.md
@ -22,6 +22,29 @@ Autocompletion is enabled for the offline documentation.
|
|||||||
|
|
||||||
### Installation
|
### 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
|
#### Adding to the shell
|
||||||
|
|
||||||
Add it to the path.
|
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
|
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
|
### Autocompletion
|
||||||
|
|
||||||
To enable autocompletion run the following command:
|
To enable autocompletion run the following command:
|
||||||
|
Loading…
Reference in New Issue
Block a user