diff --git a/README.md b/README.md index 58cc7a5316..3a3cc919bb 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ For local development of Terraform core, first make sure Go is properly installe Next, using [Git](https://git-scm.com/), clone this repository into `$GOPATH/src/github.com/hashicorp/terraform`. You'll need to run `make tools` to install some required tools, then `make`. This will compile the code and then run the tests. If this exits with exit status 0, then everything is working! -You only need torun `make tools` once (or when the tools change). +You only need to run `make tools` once (or when the tools change). ```sh $ cd "$GOPATH/src/github.com/hashicorp/terraform"