From d36680116c3ee34ad9473c23e86396cc550136fe Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 31 Jan 2017 11:56:37 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 645a5bb4b..a21edd80e 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ For local dev first make sure Go is properly installed, including setting up a [ Next, using [Git](https://git-scm.com/), clone this repository into `$GOPATH/src/github.com/hashicorp/terraform`. All the necessary dependencies are either vendored or automatically installed, so you just need to type `make`. This will compile the code and then run the tests. If this exits with exit status 0, then everything is working! ```sh -$ cd $GOPATH/src/github.com/hashicorp/terraform +$ cd "$GOPATH/src/github.com/hashicorp/terraform" $ make ```