diff options
author | Teddy Wing | 2018-02-21 02:04:27 +0100 |
---|---|---|
committer | Teddy Wing | 2018-02-21 02:04:53 +0100 |
commit | a0d39b087ed767b52b6139275025df6f0a82b495 (patch) | |
tree | 747732ad76a7e5ba37876e42746bb903829f2e0a | |
parent | 8cbaddd97590f2aec8dd85d3fb0b4d06d4dd65ac (diff) | |
download | git-branch-list-a0d39b087ed767b52b6139275025df6f0a82b495.tar.bz2 |
README: Add installation instructions
Now that we have a Homebrew formula, we can reference it here.
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -38,6 +38,13 @@ names. ## Install +Mac OS X users can install with Homebrew: + + $ brew install https://raw.githubusercontent.com/teddywing/git-branch-list/master/Homebrew/git-branch-list.rb + +On other platforms, grab the code and put the `git-branch-list` script in your +`PATH`. Bash completion can be added by sourcing the +`git-branch-list.bash-completion` file in your Bash profile. ## License |