Update README.md

git-clone'ing doesn't automatically jump you into the dir, so this doc update fixes a missing step
This commit is contained in:
Brad Grzesiak
2018-06-05 10:29:57 -05:00
committed by GitHub
parent f09274c356
commit b2300fb427

View File

@@ -16,7 +16,7 @@ to bootstrap a local staging environment:
```bash
$ git clone git@github.com:hashicorp/nomad.git
$ cd terraform
$ cd nomad/terraform
$ vagrant up && vagrant ssh
```