Commit 1ab287ef authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

Merge pull request #244 from henrikhodne/hh-homebrew-docs-website

website: add documentation on installing through Homebrew
parents 20d04795 77a380d4
...@@ -50,3 +50,18 @@ environmental variable was not setup properly. Please go back and ensure ...@@ -50,3 +50,18 @@ environmental variable was not setup properly. Please go back and ensure
that your PATH variable contains the directory which has Packer installed. that your PATH variable contains the directory which has Packer installed.
Otherwise, Packer is installed and you're ready to go! Otherwise, Packer is installed and you're ready to go!
## Alternative Installation Methods
While the binary packages is the only official method of installation, there
are alternatives available.
### Homebrew
If you're using OS X and [Homebrew](http://brew.sh), you can install Packer by
adding the `binary` tap:
```
$ brew tap homebrew/binary
$ brew install packer
```
...@@ -53,3 +53,18 @@ environment variable was not setup properly. Please go back and ensure ...@@ -53,3 +53,18 @@ environment variable was not setup properly. Please go back and ensure
that your PATH variable contains the directory which has Packer installed. that your PATH variable contains the directory which has Packer installed.
Otherwise, Packer is installed and you're ready to go! Otherwise, Packer is installed and you're ready to go!
## Alternative Installation Methods
While the binary packages is the only official method of installation, there
are alternatives available.
### Homebrew
If you're using OS X and [Homebrew](http://brew.sh), you can install Packer by
adding the `binary` tap:
```
$ brew tap homebrew/binary
$ brew install packer
```
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment