Merge pull request #6375 from DanHam/fix-install-doc-typo
Fix typo in updated install doc command: enc -> env
This commit is contained in:
commit
085f0d01e5
|
@ -56,7 +56,7 @@ in your `PATH`.
|
||||||
1. Clone the Packer repository from GitHub into your `GOPATH`:
|
1. Clone the Packer repository from GitHub into your `GOPATH`:
|
||||||
|
|
||||||
``` shell
|
``` shell
|
||||||
$ mkdir -p $(go enc GOPATH)/src/github.com/hashicorp && cd $_
|
$ mkdir -p $(go env GOPATH)/src/github.com/hashicorp && cd $_
|
||||||
$ git clone https://github.com/hashicorp/packer.git
|
$ git clone https://github.com/hashicorp/packer.git
|
||||||
$ cd packer
|
$ cd packer
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue