README: Fix typo
This commit is contained in:
parent
7a135c98d8
commit
1f990dcd9f
|
@ -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`.
|
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'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
|
```sh
|
||||||
$ cd "$GOPATH/src/github.com/hashicorp/terraform"
|
$ cd "$GOPATH/src/github.com/hashicorp/terraform"
|
||||||
|
|
Loading…
Reference in New Issue