README: Clarify repository placement relative to GOPATH
If you don't put the repository in the right place in GOPATH, changes to your sources don't get built. Signed-off-by: Emil Sit <sit@emilsit.net>
This commit is contained in:
parent
3068d0e3fd
commit
8735ac99db
|
@ -77,8 +77,8 @@ For some additional dependencies, Go needs [Mercurial](http://mercurial.selenic.
|
||||||
to be installed. Packer itself doesn't require this but a dependency of a
|
to be installed. Packer itself doesn't require this but a dependency of a
|
||||||
dependency does.
|
dependency does.
|
||||||
|
|
||||||
Next, clone this repository then just type `make`. In a few moments,
|
Next, clone this repository into `$GOPATH/src/github.com/mitchellh/packer` and
|
||||||
you'll have a working `packer` executable:
|
then just type `make`. In a few moments, you'll have a working `packer` executable:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ make
|
$ make
|
||||||
|
|
Loading…
Reference in New Issue