Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed Jul 1, 2013
1 parent 78a59a7 commit cc9f309
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cc9f309

Please sign in to comment.