Merge pull request #132 from jlund/typo
Fix a minor typo in the README.
This commit is contained in:
commit
8679ae6a2f
|
@ -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