Update README to note GOPATH [GH-71]
This commit is contained in:
parent
0021f31931
commit
ba483bce71
|
@ -70,8 +70,11 @@ http://www.packer.io/docs
|
||||||
## 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 (version 1.1+ is _required_). Next, clone this repository then just type `make`.
|
installed (version 1.1+ is _required_). Make sure you have Go properly installed,
|
||||||
In a few moments, you'll have a working `packer` executable:
|
including setting up your [GOPATH](http://golang.org/doc/code.html#GOPATH).
|
||||||
|
|
||||||
|
Next, clone this repository then just type `make`. In a few moments,
|
||||||
|
you'll have a working `packer` executable:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ make
|
$ make
|
||||||
|
|
Loading…
Reference in New Issue