Update README

This commit is contained in:
Mitchell Hashimoto 2013-03-23 14:41:40 -07:00
parent 642a4586b2
commit 0dadf12164
1 changed files with 1 additions and 5 deletions

View File

@ -10,13 +10,9 @@ VirtualBox, then deploy to EC2 with an identical image.
## Developing Packer
If you wish to work on Packer itself, you'll first need [Go](http://golang.org)
installed. Next, clone this repository and source "setup.sh" in your shell. This
will set up the environmental variables properly to work on Packer. After
that, just run `make`. Commands:
installed. Next, clone this repository then just type `make`.
```
$ source setup.sh
...
$ make
...
$ bin/packer --version