From 6c6716fe162a31726bcec46274b83df115db0b2a Mon Sep 17 00:00:00 2001 From: DanHam Date: Sun, 17 Jun 2018 03:05:30 +0100 Subject: [PATCH] Remove `go get` from Quick Start as this isn't required to use Packer --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index b031d542e..a3ec402a9 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ from a single source configuration. Packer is lightweight, runs on every major operating system, and is highly performant, creating machine images for multiple platforms in parallel. Packer comes out of the box with support for many platforms, the full list of which can -be found at https://www.packer.io/docs/builders/index.html. +be found at https://www.packer.io/docs/builders/index.html. Support for other platforms can be added via plugins. @@ -32,10 +32,6 @@ The images that Packer creates can easily be turned into [Vagrant](http://www.vagrantup.com) boxes. ## Quick Start -Download and install packages and dependencies -``` -go get github.com/hashicorp/packer -``` **Note:** There is a great [introduction and getting started guide](https://www.packer.io/intro)