Fix a minor typo in the README.
This commit is contained in:
parent
c6741cf1b5
commit
696fc7c04e
|
@ -61,7 +61,7 @@ as a compilation tool on top of Go:
|
||||||
|
|
||||||
Next, clone this repository into `$GOPATH/src/github.com/hashicorp/terraform`.
|
Next, clone this repository into `$GOPATH/src/github.com/hashicorp/terraform`.
|
||||||
Install the necessary dependencies by running `make updatedeps` and then just
|
Install the necessary dependencies by running `make updatedeps` and then just
|
||||||
type `make`. This will compile some more dependencies and thenrun the tests. If
|
type `make`. This will compile some more dependencies and then run the tests. If
|
||||||
this exits with exit status 0, then everything is working!
|
this exits with exit status 0, then everything is working!
|
||||||
|
|
||||||
$ make updatedeps
|
$ make updatedeps
|
||||||
|
|
Loading…
Reference in New Issue