website: document Homebrew installation process [GH-227]

This commit is contained in:
Henrik Hodne 2013-08-03 16:44:30 -07:00
parent 8a3ee293af
commit 77a380d441
2 changed files with 30 additions and 0 deletions

View File

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

View File

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