Added MacPorts as a way to install git-extras

This commit is contained in:
David Baumgold 2012-01-25 11:30:32 -05:00
parent 86111254a4
commit a5c66eb7f4

View file

@ -16,6 +16,12 @@ One-liner:
$ curl https://raw.github.com/visionmedia/git-extras/master/bin/git-extras | INSTALL=y sh
```
[MacPorts](http://www.macports.org/)
```bash
$ sudo port install git-extras
```
[Brew](github.com/mxcl/homebrew/) (buggy):
```bash