Skip to content

Commit af68ca2

Browse files
committed
Add new example for MacOs Install docs
Signed-off-by: Damans227 <Damans227@gmail.com>
1 parent 64d3cae commit af68ca2

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

docs/user-guide/installation.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: "Installation"
33
description: "terraform-docs installation guide."
44
menu:
5-
docs:
6-
parent: "user-guide"
5+
docs:
6+
parent: "user-guide"
77
weight: 110
88
toc: true
99
---
@@ -18,6 +18,12 @@ If you are a macOS user, you can use [Homebrew].
1818
brew install terraform-docs
1919
```
2020

21+
or
22+
23+
```bash
24+
brew install terraform-docs/tap/terraform-docs
25+
```
26+
2127
## Windows
2228

2329
If you are a Windows user:
@@ -117,7 +123,7 @@ autoload -U compinit && compinit
117123

118124
To make this change permanent, the above commands can be added to `~/.profile` file.
119125

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

0 commit comments

Comments
 (0)