Skip to content

Commit

Permalink
docs: signal (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
virtualroot authored Mar 23, 2024
1 parent 27c2a06 commit 7831298
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# asdf-opentofu [![Build](https://github.com/virtualroot/asdf-opentofu/actions/workflows/build.yml/badge.svg)](https://github.com/virtualroot/asdf-opentofu/actions/workflows/build.yml) [![Lint](https://github.com/virtualroot/asdf-opentofu/actions/workflows/lint.yml/badge.svg)](https://github.com/virtualroot/asdf-opentofu/actions/workflows/lint.yml)

[opentofu](https://opentofu.org/) plugin for the [asdf version manager](https://asdf-vm.com).
Official [opentofu](https://opentofu.org/) plugin for the [asdf version manager](https://asdf-vm.com).

</div>

Expand All @@ -24,23 +24,21 @@ Plugin:

```shell
asdf plugin add opentofu
# or
asdf plugin add opentofu https://github.com/virtualroot/asdf-opentofu.git
```

opentofu:
OpenTofu:

```shell
# Show all installable versions
asdf list-all opentofu

# Install specific version
# Install a specific version
asdf install opentofu latest

# Set a version globally (on your ~/.tool-versions file)
asdf global opentofu latest

# Now opentofu commands are available
# Now OpenTofu commands are available
tofu version
```

Expand All @@ -53,7 +51,7 @@ install & manage versions.

# Contributing

Contributions of any kind welcome! See the [contributing guide](contributing.md).
Contributions of any kind are welcome! See the [contributing guide](contributing.md).

[Thanks goes to these contributors](https://github.com/virtualroot/asdf-opentofu/graphs/contributors)!

Expand Down

0 comments on commit 7831298

Please sign in to comment.