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
|
## Developing Packer
|
||||||
|
|
||||||
If you wish to work on Packer itself, you'll first need [Go](http://golang.org)
|
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
|
installed. Next, clone this repository then just type `make`.
|
||||||
will set up the environmental variables properly to work on Packer. After
|
|
||||||
that, just run `make`. Commands:
|
|
||||||
|
|
||||||
```
|
```
|
||||||
$ source setup.sh
|
|
||||||
...
|
|
||||||
$ make
|
$ make
|
||||||
...
|
...
|
||||||
$ bin/packer --version
|
$ bin/packer --version
|
||||||
|
|
Loading…
Reference in New Issue