From 50c849f7023386f9ab2c01be81f4d07511a91a90 Mon Sep 17 00:00:00 2001 From: Josh Kodroff Date: Thu, 4 Aug 2016 09:48:14 -0400 Subject: [PATCH 1/3] Update setup.html.md Add instructions for Chocolatey/Windows. --- website/source/intro/getting-started/setup.html.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/source/intro/getting-started/setup.html.md b/website/source/intro/getting-started/setup.html.md index 623a0e0b0..27b634944 100644 --- a/website/source/intro/getting-started/setup.html.md +++ b/website/source/intro/getting-started/setup.html.md @@ -75,6 +75,12 @@ If you're using OS X and [Homebrew](http://brew.sh), you can install Packer: $ brew install packer +### Chocolatey + +If you're using Windows and [Chocolatey](http://chocolatey.org), you can install Packer: + + PS> choco upgrade packer + ## Troubleshooting On some RedHat-based Linux distributions there is another tool named `packer` From b8da25f5991b5c2dd104a6915fe4718c931d327e Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Fri, 7 Oct 2016 23:42:20 -0700 Subject: [PATCH 2/3] choco install --- website/source/intro/getting-started/setup.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/intro/getting-started/setup.html.md b/website/source/intro/getting-started/setup.html.md index 27b634944..4d3f4a9bf 100644 --- a/website/source/intro/getting-started/setup.html.md +++ b/website/source/intro/getting-started/setup.html.md @@ -79,7 +79,7 @@ If you're using OS X and [Homebrew](http://brew.sh), you can install Packer: If you're using Windows and [Chocolatey](http://chocolatey.org), you can install Packer: - PS> choco upgrade packer + choco install packer ## Troubleshooting From 28dc5055d34137704fff8bbd758aa26338112c42 Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Fri, 7 Oct 2016 23:52:13 -0700 Subject: [PATCH 3/3] rewrite to be complete sentence --- website/source/intro/getting-started/setup.html.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/website/source/intro/getting-started/setup.html.md b/website/source/intro/getting-started/setup.html.md index 4d3f4a9bf..9315a44b0 100644 --- a/website/source/intro/getting-started/setup.html.md +++ b/website/source/intro/getting-started/setup.html.md @@ -71,16 +71,18 @@ alternatives available. ### Homebrew -If you're using OS X and [Homebrew](http://brew.sh), you can install Packer: +If you're using OS X and [Homebrew](http://brew.sh), you can install Packer by +running: $ brew install packer ### Chocolatey -If you're using Windows and [Chocolatey](http://chocolatey.org), you can install Packer: +If you're using Windows and [Chocolatey](http://chocolatey.org), you can +install Packer by running: choco install packer - + ## Troubleshooting On some RedHat-based Linux distributions there is another tool named `packer`