Homebrew install instructions

This commit is contained in:
Bruno Tavares 2014-03-06 21:49:37 -03:00
parent 5f8b15ae27
commit dce2bb2a81

View File

@ -13,6 +13,9 @@ For an example project, check [kickstart-baseline](https://github.com/bltavares/
### Installation ### Installation
#### Adding to the shell
Add it to the path. Add it to the path.
One options is to download it, and export the bin folder into your PATH One options is to download it, and export the bin folder into your PATH
@ -26,6 +29,8 @@ echo 'export PATH=$PATH:'$installation_path'/bin' >> $shell_configuration
echo 'eval "$(kickstart autocomplete)"' >> $shell_configuration echo 'eval "$(kickstart autocomplete)"' >> $shell_configuration
``` ```
#### Link under /usr/local/bin
The other is to link the `bin/kickstart` into a place that is already on your path. The other is to link the `bin/kickstart` into a place that is already on your path.
This will allow `sudo` to see the `kickstart` command. This will allow `sudo` to see the `kickstart` command.
```bash ```bash
@ -38,6 +43,13 @@ sudo ln -s $installation_path/bin/kickstart /usr/local/bin/kickstart
echo 'eval "$(kickstart autocomplete)"' >> $shell_configuration echo 'eval "$(kickstart autocomplete)"' >> $shell_configuration
``` ```
#### Homebrew
```bash
brew tap bltavares/tap
brew install --head kickstart
```
### Usage ### Usage
#### create #### create