From 561f9bb268bb56e3f05d3c4783fbd5e6a67e8035 Mon Sep 17 00:00:00 2001 From: Justin P Date: Wed, 8 Jun 2016 06:38:23 -0500 Subject: [PATCH] Update install.html.markdown OS X Instructions Homebrew is phasing out the use of the homebrew-cask add-on, moving it all over to just using `brew install `. Also, if you type `brew info consul` you can see that you can even automatically install the web-ui through brew as well. --- .../source/intro/getting-started/install.html.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/source/intro/getting-started/install.html.markdown b/website/source/intro/getting-started/install.html.markdown index e56d022d04..aaaccbd597 100644 --- a/website/source/intro/getting-started/install.html.markdown +++ b/website/source/intro/getting-started/install.html.markdown @@ -32,13 +32,13 @@ If you are using [homebrew](http://brew.sh/#install) as a package manager, you can install consul with: ```text -$ brew cask install consul +$ brew install consul ``` -if you are missing the [cask plugin](http://caskroom.io/), you can install it with: - +You can also see any additional installation options that are available +through homebrew with: ```text -$ brew install caskroom/cask/brew-cask +$ brew info consul ``` ## Verifying the Installation