Added Chocolatey as alternative installation

This commit is contained in:
Joel Handwell 2014-12-23 20:59:48 -05:00
parent 25441b6772
commit cf23e34404
1 changed files with 10 additions and 0 deletions

View File

@ -73,3 +73,13 @@ it may not be the latest available version.
$ brew tap homebrew/binary $ brew tap homebrew/binary
$ brew install packer $ brew install packer
``` ```
### Chocolatey
If you're using Windows and [Chocolatey](http://chocolatey.org), you can install Packer from
Windows command line (cmd). Remember that this is updated by a 3rd party, so
it may not be the latest available version.
```text
$ choco install packer
```