Skip to content

Commit 230113f

Browse files
Move terraform-docs bin in a folder already in the Linux PATH
Signed-off-by: Florent Poinsaut <[email protected]>
1 parent f5c7c6f commit 230113f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ binary for your platform from "Assets" and place this into your `$PATH`:
4646
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
4747
tar -xzf terraform-docs.tar.gz
4848
chmod +x terraform-docs
49-
mv terraform-docs /usr/local/terraform-docs
49+
mv terraform-docs /usr/local/bin/terraform-docs
5050
```
5151

5252
**NOTE:** Windows releases are in `ZIP` format.

0 commit comments

Comments
 (0)