|
|
|
|
@ -43,8 +43,10 @@ for those with a bit more patience. Otherwise, the quick start below
|
|
|
|
|
will get you up and running quickly, at the sacrifice of not explaining some
|
|
|
|
|
key points.
|
|
|
|
|
|
|
|
|
|
First, [download a pre-built Packer binary](https://www.packer.io/downloads.html)
|
|
|
|
|
for your operating system or [compile Packer yourself](CONTRIBUTING.md#setting-up-go-to-work-on-packer).
|
|
|
|
|
First, [download a pre-built Packer
|
|
|
|
|
binary](https://www.packer.io/downloads.html) for your operating system or
|
|
|
|
|
[compile Packer
|
|
|
|
|
yourself](https://github.com/hashicorp/packer/blob/master/.github/CONTRIBUTING.md#setting-up-go-to-work-on-packer).
|
|
|
|
|
|
|
|
|
|
After Packer is installed, create your first template, which tells Packer
|
|
|
|
|
what platforms to build images for and how you want to build them. In our
|
|
|
|
|
|