diff options
author | Teddy Wing | 2019-12-09 21:52:22 +0100 |
---|---|---|
committer | Teddy Wing | 2019-12-09 21:52:22 +0100 |
commit | d72006b6562c32d5fd074ae962f8af160a929f75 (patch) | |
tree | f4e35e99e8193ae331e7578f00549b007c2aead7 /README.md | |
parent | b99347aaad5501120493da60ea89c00869604922 (diff) | |
download | git-branch-list-d72006b6562c32d5fd074ae962f8af160a929f75.tar.bz2 |
Migrate Homebrew formula to teddywing/formulae
Use my recent Homebrew tap to install the package instead of the formula
tracked in this repo. This makes the install command shorter, and
enables easy upgrades of package (with `brew upgrade git-branch-list`).
The new install formula (copied from the one in this repo) has moved
here:
https://github.com/teddywing/homebrew-formulae/blob/b21a00cf4/HomebrewFormula/git-branch-list.rb
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -40,7 +40,7 @@ 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 + $ brew install teddywing/formulae/git-branch-list On other platforms, grab the code and put the `git-branch-list` script in your `PATH`. Bash completion can be added by sourcing the @@ -48,5 +48,5 @@ On other platforms, grab the code and put the `git-branch-list` script in your ## License -Copyright © 2018 Teddy Wing. Licensed under the GNU GPLv3+ (see the included -COPYING file). +Copyright © 2018–2019 Teddy Wing. Licensed under the GNU GPLv3+ (see the +included COPYING file). |