Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ be lower in older language versions.

The primary way to use this repository is as a Go library, but as a convenience
it also contains a CLI tool called `terraform-config-inspect`, installed
automatically by the `go get` command above, that allows viewing module
automatically by the `go install` command above, that allows viewing module
information in either a Markdown-like format or in JSON format.
You need to explicitly add `$GOBIN` to your `PATH` to run this CLI without
qualifying the full path.

```sh
$ terraform-config-inspect path/to/module
Expand Down