From 2101b6a2ff7812fe5e5784b4afd230469215df79 Mon Sep 17 00:00:00 2001 From: Alvaro Miranda Aguilera Date: Tue, 23 Aug 2016 18:52:26 +0200 Subject: [PATCH 1/4] Update documentation to single binary --- website/source/docs/installation.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/installation.html.md b/website/source/docs/installation.html.md index 165b83452..406f10a50 100644 --- a/website/source/docs/installation.html.md +++ b/website/source/docs/installation.html.md @@ -28,8 +28,8 @@ installed. On Unix systems, `~/packer` or `/usr/local/packer` is generally good, depending on whether you want to restrict the install to just your user or install it system-wide. On Windows systems, you can put it wherever you'd like. -After unzipping the package, the directory should contain a set of binary -programs, such as `packer`, `packer-build-amazon-ebs`, etc. The final step to +After unzipping the package, the directory should contain a single binary +called `packer`. The final step to installation is to make sure the directory you installed Packer to is on the PATH. See [this page](https://stackoverflow.com/questions/14637979/how-to-permanently-set-path-on-linux) From e65401cbf663e45291df362964bb39bed87d6bc9 Mon Sep 17 00:00:00 2001 From: Alvaro Miranda Aguilera Date: Tue, 23 Aug 2016 18:58:20 +0200 Subject: [PATCH 2/4] add note for packer-* binaries --- website/source/docs/installation.html.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/source/docs/installation.html.md b/website/source/docs/installation.html.md index 406f10a50..9d9d4c891 100644 --- a/website/source/docs/installation.html.md +++ b/website/source/docs/installation.html.md @@ -37,6 +37,8 @@ for instructions on setting the PATH on Linux and Mac. [This page](https://stackoverflow.com/questions/1618280/where-can-i-set-path-to-make-exe-on-windows) contains instructions for setting the PATH on Windows. +\~> **Note:** Packer is now distributed as a single binary. If you are upgrading from an older version, ensure to delete all the packer-* binary. + ## Verifying the Installation After installing Packer, verify the installation worked by opening a new command From fdbf15be9f585eee202bb328c3127c06c4d91c9c Mon Sep 17 00:00:00 2001 From: Alvaro Miranda Aguilera Date: Tue, 23 Aug 2016 19:03:37 +0200 Subject: [PATCH 3/4] Uppercase note --- website/source/docs/installation.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/installation.html.md b/website/source/docs/installation.html.md index 9d9d4c891..107e0cd87 100644 --- a/website/source/docs/installation.html.md +++ b/website/source/docs/installation.html.md @@ -37,7 +37,7 @@ for instructions on setting the PATH on Linux and Mac. [This page](https://stackoverflow.com/questions/1618280/where-can-i-set-path-to-make-exe-on-windows) contains instructions for setting the PATH on Windows. -\~> **Note:** Packer is now distributed as a single binary. If you are upgrading from an older version, ensure to delete all the packer-* binary. +\~> **NOTE:** Packer is now distributed as a single binary. If you are upgrading from an older version, ensure to delete all the packer-* binary. ## Verifying the Installation From 21a957ddcd56855c8e986703fab0b2a944a8bdf6 Mon Sep 17 00:00:00 2001 From: Rickard von Essen Date: Mon, 12 Sep 2016 07:46:47 +0200 Subject: [PATCH 4/4] Added a missing the --- website/source/docs/installation.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/installation.html.md b/website/source/docs/installation.html.md index 107e0cd87..ac5f03a6b 100644 --- a/website/source/docs/installation.html.md +++ b/website/source/docs/installation.html.md @@ -29,7 +29,7 @@ depending on whether you want to restrict the install to just your user or install it system-wide. On Windows systems, you can put it wherever you'd like. After unzipping the package, the directory should contain a single binary -called `packer`. The final step to +called `packer`. The final step to the installation is to make sure the directory you installed Packer to is on the PATH. See [this page](https://stackoverflow.com/questions/14637979/how-to-permanently-set-path-on-linux)