Fix typo in command: enc -> env
This commit is contained in:
parent
9d97365522
commit
5153b22b7e
|
@ -56,7 +56,7 @@ in your `PATH`.
|
|||
1. Clone the Packer repository from GitHub into your `GOPATH`:
|
||||
|
||||
``` 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
|
||||
$ cd packer
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue