mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-24 16:10:46 -06:00
Add a note about installing dependencies to README
This commit is contained in:
parent
1df50620d2
commit
2333fb5f9c
@ -59,10 +59,13 @@ as a compilation tool on top of Go:
|
||||
|
||||
$ go get -u github.com/mitchellh/gox
|
||||
|
||||
Next, clone this repository into `$GOPATH/src/github.com/hashicorp/terraform`
|
||||
and then just type `make`. This will compile some dependencies and then
|
||||
run the tests. If this exits with exit status 0, then everything is working!
|
||||
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 thenrun the tests. If
|
||||
this exits with exit status 0, then everything is working!
|
||||
|
||||
$ make updatedeps
|
||||
...
|
||||
$ make
|
||||
...
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user