aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2018-02-21 02:04:27 +0100
committerTeddy Wing2018-02-21 02:04:53 +0100
commita0d39b087ed767b52b6139275025df6f0a82b495 (patch)
tree747732ad76a7e5ba37876e42746bb903829f2e0a
parent8cbaddd97590f2aec8dd85d3fb0b4d06d4dd65ac (diff)
downloadgit-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.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index cf4bb22..973f67e 100644
--- a/README.md
+++ b/README.md
@@ -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