mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-05 04:16:31 +02:00
Fix instruction in installation docs (#4097)
This commit is contained in:
parent
14eef27c28
commit
3024869fdc
@ -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…
x
Reference in New Issue
Block a user