mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-10 01:00:08 -04:00
Merge pull request #139 from sit/clarify-gopath
README: Clarify repository placement relative to GOPATH
This commit is contained in:
commit
d3598278c8
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue