Merge pull request #2104 from jpartain89/patch-1

Update install.html.markdown OS X Instructions
pull/2256/head
James Phillips 2016-08-09 08:12:05 -07:00 committed by GitHub
commit fd0a66740f
1 changed files with 4 additions and 4 deletions

View File

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