Merge pull request #2109 from bosr/docs-homebrew-notap

doc update: no need for homebrew/binary anymore
pull/1867/merge
Seth Vargo 11 years ago
commit 168fe98610

@ -65,12 +65,9 @@ installation managed by the Packer community:
### Homebrew
If you're using OS X and [Homebrew](http://brew.sh), you can install Packer by
adding the `binary` tap. Remember that this is updated by a 3rd party, so
it may not be the latest available version.
If you're using OS X and [Homebrew](http://brew.sh), you can install Packer:
```text
$ brew tap homebrew/binary
$ brew install packer
```

@ -67,10 +67,8 @@ are alternatives available.
### Homebrew
If you're using OS X and [Homebrew](http://brew.sh), you can install Packer by
adding the `binary` tap:
If you're using OS X and [Homebrew](http://brew.sh), you can install Packer:
```text
$ brew tap homebrew/binary
$ brew install packer
```

Loading…
Cancel
Save