Fix instruction in installation docs (#4097)
This commit is contained in:
parent
b06c25b552
commit
079de043e3
|
@ -41,7 +41,7 @@ as a copy of [`git`](https://www.git-scm.com/) in your `PATH`.
|
|||
1. Clone the Vault repository from GitHub into your `GOPATH`:
|
||||
|
||||
```shell
|
||||
$ mkdir -p $GOPATH/src/github.com/hashicorp && cd $!
|
||||
$ mkdir -p $GOPATH/src/github.com/hashicorp && cd $_
|
||||
$ git clone https://github.com/hashicorp/vault.git
|
||||
$ cd vault
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue