Commit 17516ec2 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

Merge pull request #651 from mwhooker/readme/bzr

README/developing packer: Mention the bazaar requirement.
parents fd8dfea8 37466e5a
...@@ -74,8 +74,8 @@ installed (version 1.1+ is _required_). Make sure you have Go properly installed ...@@ -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). including setting up your [GOPATH](http://golang.org/doc/code.html#GOPATH).
For some additional dependencies, Go needs [Mercurial](http://mercurial.selenic.com/) 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 and [Bazaar](http://bazaar.canonical.com/en/) to be installed.
dependency does. 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 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: then just type `make`. In a few moments, you'll have a working `packer` executable:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment