Skip to content

Commit

Permalink
Move terraform-docs bin in a folder already in the Linux PATH
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsaut <florent@poinsaut.fr>
  • Loading branch information
FlorentPoinsaut committed Jul 7, 2022
1 parent f5c7c6f commit 230113f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -46,7 +46,7 @@ binary for your platform from "Assets" and place this into your `$PATH`:
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
tar -xzf terraform-docs.tar.gz
chmod +x terraform-docs
mv terraform-docs /usr/local/terraform-docs
mv terraform-docs /usr/local/bin/terraform-docs
```

**NOTE:** Windows releases are in `ZIP` format.
Expand Down

0 comments on commit 230113f

Please sign in to comment.