From db2b5ad074c804e2fee28cae317cfbbb28012c5d Mon Sep 17 00:00:00 2001 From: William Melody Date: Wed, 20 May 2015 16:44:24 -0700 Subject: [PATCH] Add expanded installtion instructions to Readme Include command for manual and bpkg installation methods. --- Readme.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index 1f08d26..2733115 100644 --- a/Readme.md +++ b/Readme.md @@ -4,14 +4,26 @@ A command line program with shortcuts for managing hosts file entries. ## Installation -To get started, add the `hosts` script to your path. - ### Homebrew -To install with homebrew, use the following command: +To install with [Homebrew](http://brew.sh/): brew install alphabetum/taps/hosts +### bpkg + +To install with [bpkg](http://www.bpkg.io/): + + bpkg install alphabetum/hosts + +### Manual + +To install manually, simply add the `hosts` script to your `$PATH`. If +you already have a `~/bin` directory, you can use the following command: + + curl -L https://raw.github.com/alphabetum/hosts/master/hosts \ + -o ~/bin/hosts && chmod +x ~/bin/hosts + ## Usage Usage: