Update brew install for Linux (#959)

Signed-off-by: Justin Garrison <justinleegarrison@gmail.com>
This commit is contained in:
Justin Garrison 2023-12-08 05:09:22 -08:00 committed by GitHub
parent 15bef1428a
commit 0bb48542c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -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:

View File

@ -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",