mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Update brew install for Linux (#959)
Signed-off-by: Justin Garrison <justinleegarrison@gmail.com>
This commit is contained in:
parent
15bef1428a
commit
0bb48542c5
@ -1,11 +1,11 @@
|
|||||||
---
|
---
|
||||||
sidebar_position: 5
|
sidebar_position: 5
|
||||||
sidebar_label: MacOS
|
sidebar_label: Homebrew
|
||||||
description: |-
|
description: |-
|
||||||
Install OpenTofu on MacOS.
|
Install OpenTofu on MacOS or Linux.
|
||||||
---
|
---
|
||||||
|
|
||||||
# Installing OpenTofu on MacOS
|
# Installing OpenTofu via Homebrew
|
||||||
|
|
||||||
You can use OpenTofu as a [portable binary](portable.mdx) or you can install it using [Homebrew](https://formulae.brew.sh/formula/opentofu). OpenTofu is available in the Homebrew Core repository, so you can install it by running:
|
You can use OpenTofu as a [portable binary](portable.mdx) or you can install it using [Homebrew](https://formulae.brew.sh/formula/opentofu). OpenTofu is available in the Homebrew Core repository, so you can install it by running:
|
||||||
|
|
@ -42,10 +42,10 @@ You can install OpenTofu via a wide range of methods. Please select your operati
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "link",
|
type: "link",
|
||||||
href: "/docs/intro/install/macos",
|
href: "/docs/intro/install/homebrew",
|
||||||
label: "MacOS (Homebrew)",
|
label: "MacOS or Linux (Homebrew)",
|
||||||
description:
|
description:
|
||||||
"Install OpenTofu on MacOS using Homebrew.",
|
"Install OpenTofu on MacOS or Linux using Homebrew.",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "link",
|
type: "link",
|
||||||
|
Loading…
Reference in New Issue
Block a user