Skip to content

Commit e1e39ee

Browse files
committed
Merge pull request hashicorp#5284 from fromonesrc/make-readme
Remove `make updatedeps` from README steps
2 parents b831ba3 + 0673fe3 commit e1e39ee

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,10 @@ For local dev first make sure Go is properly installed, including setting up a [
3636
- [Git](http://git-scm.com/)
3737
- [Mercurial](http://mercurial.selenic.com/)
3838

39-
Next, clone this repository into `$GOPATH/src/github.com/hashicorp/terraform`. Install the necessary dependencies by running `make updatedeps` and then just type `make`. This will compile some more dependencies and then run the tests. If this exits with exit status 0, then everything is working!
39+
Next, clone this repository into `$GOPATH/src/github.com/hashicorp/terraform` and run `make`. This will compile dependencies and run the tests. If this exits with exit status 0, then everything is working!
4040

4141
```sh
42-
$ make updatedeps
43-
...
4442
$ make
45-
...
4643
```
4744

4845
To compile a development version of Terraform and the built-in plugins, run `make dev`. This will put Terraform binaries in the `bin` and `$GOPATH/bin` folders:

0 commit comments

Comments
 (0)