Merge pull request #2109 from bosr/docs-homebrew-notap
doc update: no need for homebrew/binary anymore
This commit is contained in:
commit
168fe98610
|
@ -65,12 +65,9 @@ installation managed by the Packer community:
|
||||||
|
|
||||||
### Homebrew
|
### Homebrew
|
||||||
|
|
||||||
If you're using OS X and [Homebrew](http://brew.sh), you can install Packer by
|
If you're using OS X and [Homebrew](http://brew.sh), you can install Packer:
|
||||||
adding the `binary` tap. Remember that this is updated by a 3rd party, so
|
|
||||||
it may not be the latest available version.
|
|
||||||
|
|
||||||
```text
|
```text
|
||||||
$ brew tap homebrew/binary
|
|
||||||
$ brew install packer
|
$ brew install packer
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -67,10 +67,8 @@ are alternatives available.
|
||||||
|
|
||||||
### Homebrew
|
### Homebrew
|
||||||
|
|
||||||
If you're using OS X and [Homebrew](http://brew.sh), you can install Packer by
|
If you're using OS X and [Homebrew](http://brew.sh), you can install Packer:
|
||||||
adding the `binary` tap:
|
|
||||||
|
|
||||||
```text
|
```text
|
||||||
$ brew tap homebrew/binary
|
|
||||||
$ brew install packer
|
$ brew install packer
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue