Merge pull request #132 from jlund/typo

Fix a minor typo in the README.
This commit is contained in:
Jack Pearkes 2014-07-31 21:13:19 -04:00
commit 8679ae6a2f
1 changed files with 1 additions and 1 deletions

View File

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