diff --git a/website/source/docs/install/index.html.md b/website/source/docs/install/index.html.md index 48655fb10..a710caaf3 100644 --- a/website/source/docs/install/index.html.md +++ b/website/source/docs/install/index.html.md @@ -42,7 +42,7 @@ as a copy of [`git`](https://www.git-scm.com/) in your `PATH`. 1. Clone the Nomad 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/nomad.git $ cd nomad ```