mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
[Documentation] Add script to verify OpenTofu installation (#1706)
Signed-off-by: Nil <nilgallego@pm.me>
This commit is contained in:
parent
64fb36dc54
commit
a460475c81
@ -0,0 +1 @@
|
||||
tofu -version
|
@ -7,9 +7,14 @@ description: |-
|
||||
|
||||
import CodeBlock from '@theme/CodeBlock';
|
||||
import BrewScript from '!!raw-loader!./examples/brew-install.sh'
|
||||
import ValidateInstall from '!!raw-loader!./examples/verify-installation.sh'
|
||||
|
||||
# Installing OpenTofu via Homebrew
|
||||
|
||||
You can use OpenTofu as a [standalone binary](standalone.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:
|
||||
|
||||
<CodeBlock language={"bash"}>{BrewScript}</CodeBlock>
|
||||
|
||||
Validate the installation by running:
|
||||
|
||||
<CodeBlock language={"bash"}>{ValidateInstall}</CodeBlock>
|
||||
|
Loading…
Reference in New Issue
Block a user