Commit e65ab8e9 authored by Emil Sit's avatar Emil Sit

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: default avatarEmil Sit <sit@emilsit.net>
parent e83b17f0
......@@ -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
dependency does.
Next, clone this repository then just type `make`. In a few moments,
you'll have a working `packer` executable:
Next, clone this repository into `$GOPATH/src/github.com/mitchellh/packer` and
then just type `make`. In a few moments, you'll have a working `packer` executable:
```
$ make
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment