README: Fix typo

This commit is contained in:
Ivan Pedersen 2019-03-12 11:18:15 +01:00 committed by Martin Atkins
parent 7a135c98d8
commit 1f990dcd9f
1 changed files with 1 additions and 1 deletions

View File

@ -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"