From 8944824fa81dc46918a7897f9f02b0a19b4332c5 Mon Sep 17 00:00:00 2001 From: Romain Bossart Date: Thu, 14 May 2015 21:11:44 +0200 Subject: [PATCH] doc update: no need for homebrew/binary anymore --- website/source/docs/installation.html.markdown | 5 +---- website/source/intro/getting-started/setup.html.markdown | 4 +--- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/website/source/docs/installation.html.markdown b/website/source/docs/installation.html.markdown index e98a7acae..b24078729 100644 --- a/website/source/docs/installation.html.markdown +++ b/website/source/docs/installation.html.markdown @@ -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 ``` diff --git a/website/source/intro/getting-started/setup.html.markdown b/website/source/intro/getting-started/setup.html.markdown index b60158815..ae14c2748 100644 --- a/website/source/intro/getting-started/setup.html.markdown +++ b/website/source/intro/getting-started/setup.html.markdown @@ -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 ```