diff --git a/website/source/docs/install/index.html.md b/website/source/docs/install/index.html.md index 130e2d1355..c91c65d39a 100644 --- a/website/source/docs/install/index.html.md +++ b/website/source/docs/install/index.html.md @@ -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`: ```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 $ cd consul ```