Update README
This commit is contained in:
parent
642a4586b2
commit
0dadf12164
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue