From cc9f309275c942ea1e1e7a02707d92f44f9aff95 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 30 Jun 2013 21:03:24 -0700 Subject: [PATCH] Update README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aea027c36..43a7d52db 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,9 @@ If you wish to work on Packer itself, you'll first need [Go](http://golang.org) installed (version 1.1+ is _required_). Make sure you have Go properly installed, including setting up your [GOPATH](http://golang.org/doc/code.html#GOPATH). -Additionally, to build Packer, you will need [Mercurial](http://mercurial.selenic.com/) installed. +For some additional dependencies, Go needs [Mercurial](http://mercurial.selenic.com/) +to be installed. Packer itself doesn't require this but a dependency of a +dependency does. Next, clone this repository then just type `make`. In a few moments, you'll have a working `packer` executable: