mirror of https://github.com/status-im/consul.git
website: reference last command's last field instead of background PID (#5264)
This commit is contained in:
parent
e9a2eab316
commit
c39ffad100
|
@ -41,7 +41,7 @@ a copy of [`git`](https://www.git-scm.com/) in your `PATH`.
|
||||||
1. Clone the Consul repository from GitHub into your `GOPATH`:
|
1. Clone the Consul repository from GitHub into your `GOPATH`:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ mkdir -p $GOPATH/src/github.com/hashicorp && cd $!
|
$ mkdir -p $GOPATH/src/github.com/hashicorp && cd !$
|
||||||
$ git clone https://github.com/hashicorp/consul.git
|
$ git clone https://github.com/hashicorp/consul.git
|
||||||
$ cd consul
|
$ cd consul
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue