mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-24 08:00:17 -06:00
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`.
|
||||
|
||||
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"
|
||||
|
Loading…
Reference in New Issue
Block a user