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

doc update: no need for homebrew/binary anymore
This commit is contained in:
Seth Vargo 2015-05-23 13:12:09 -04:00
commit 168fe98610
2 changed files with 2 additions and 7 deletions

View File

@ -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
```

View File

@ -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
```