From dce2bb2a81aef6aa1875a373b99c61b8c8ac4c51 Mon Sep 17 00:00:00 2001 From: Bruno Tavares Date: Thu, 6 Mar 2014 21:49:37 -0300 Subject: [PATCH] Homebrew install instructions --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 82df944..fc21508 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,9 @@ For an example project, check [kickstart-baseline](https://github.com/bltavares/ ### Installation + +#### Adding to the shell + Add it to the 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 ``` +#### Link under /usr/local/bin + 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. ```bash @@ -38,6 +43,13 @@ sudo ln -s $installation_path/bin/kickstart /usr/local/bin/kickstart echo 'eval "$(kickstart autocomplete)"' >> $shell_configuration ``` +#### Homebrew + +```bash +brew tap bltavares/tap +brew install --head kickstart +``` + ### Usage #### create