We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5c7c6f commit 230113fCopy full SHA for 230113f
README.md
@@ -46,7 +46,7 @@ binary for your platform from "Assets" and place this into your `$PATH`:
46
curl -Lo ./terraform-docs.tar.gz https://github.com/terraform-docs/terraform-docs/releases/download/v0.16.0/terraform-docs-v0.16.0-$(uname)-amd64.tar.gz
47
tar -xzf terraform-docs.tar.gz
48
chmod +x terraform-docs
49
-mv terraform-docs /usr/local/terraform-docs
+mv terraform-docs /usr/local/bin/terraform-docs
50
```
51
52
**NOTE:** Windows releases are in `ZIP` format.
0 commit comments