File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change 2
2
title : " Installation"
3
3
description : " terraform-docs installation guide."
4
4
menu :
5
- docs :
6
- parent : " user-guide"
5
+ docs :
6
+ parent : " user-guide"
7
7
weight : 110
8
8
toc : true
9
9
---
@@ -18,6 +18,12 @@ If you are a macOS user, you can use [Homebrew].
18
18
brew install terraform-docs
19
19
```
20
20
21
+ or
22
+
23
+ ``` bash
24
+ brew install terraform-docs/tap/terraform-docs
25
+ ```
26
+
21
27
## Windows
22
28
23
29
If you are a Windows user:
@@ -117,7 +123,7 @@ autoload -U compinit && compinit
117
123
118
124
To make this change permanent, the above commands can be added to ` ~/.profile ` file.
119
125
120
- [ Release ] : https://github.com/terraform-docs/terraform-docs/releases
121
- [ Homebrew ] : https://brew.sh
122
- [ Scoop ] : https://scoop.sh/
123
- [ Chocolatey ] : https://www.chocolatey.org
126
+ [ release ] : https://github.com/terraform-docs/terraform-docs/releases
127
+ [ homebrew ] : https://brew.sh
128
+ [ scoop ] : https://scoop.sh/
129
+ [ chocolatey ] : https://www.chocolatey.org
You can’t perform that action at this time.
0 commit comments