Skip to content

Commit

Permalink
Quick start documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
denis256 committed Jul 4, 2022
1 parent 583586f commit 69189c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/_docs/01_getting-started/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ custom_js:

Terratest uses the Go testing framework. To use Terratest, you need to install:

- [Go](https://golang.org/) (requires version >=1.13)
- [Go](https://golang.org/) (requires version >=1.17)

## Setting up your project

Expand All @@ -35,6 +35,7 @@ types of infrastructure code you can test (e.g., Packer, Kubernetes, etc).
```bash
cd test
go mod init "<MODULE_NAME>"
go mod tidy
```

Where `<MODULE_NAME>` is the name of your module, typically in the format
Expand Down

0 comments on commit 69189c2

Please sign in to comment.