mirror of
https://github.com/kemko/nomad.git
synced 2026-01-08 03:15:42 +03:00
Merge pull request #2477 from fiddyspence/bug_wrongshell_variable
Wrong shell variable used when changing directory
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user