Fix instruction in installation docs (#4097)

This commit is contained in:
Jim Kalafut 2018-03-08 08:02:04 -08:00 committed by Jeff Mitchell
parent b06c25b552
commit 079de043e3

View file

@ -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
```