From cf23e3440403753e5620ca1262e34ab4d39dae43 Mon Sep 17 00:00:00 2001 From: Joel Handwell Date: Tue, 23 Dec 2014 20:59:48 -0500 Subject: [PATCH] Added Chocolatey as alternative installation --- website/source/docs/installation.html.markdown | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/website/source/docs/installation.html.markdown b/website/source/docs/installation.html.markdown index c0aee9528..e98a7acae 100644 --- a/website/source/docs/installation.html.markdown +++ b/website/source/docs/installation.html.markdown @@ -73,3 +73,13 @@ it may not be the latest available version. $ brew tap homebrew/binary $ 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 +```