From 37466e5a68a99ae7182f96410ce703326fa60c8a Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Fri, 22 Nov 2013 03:17:16 -0800 Subject: [PATCH] README/developing packer Mention the bazaar requirement. https://launchpad.net/tomb is the only package which uses bazaar so far. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 35bff5b79..04ec40665 100644 --- a/README.md +++ b/README.md @@ -74,8 +74,8 @@ 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). 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. +and [Bazaar](http://bazaar.canonical.com/en/) to be installed. +Packer itself doesn't require these, but a dependency of a dependency does. Next, clone this repository into `$GOPATH/src/github.com/mitchellh/packer` and then just type `make`. In a few moments, you'll have a working `packer` executable: