Skip to content

Commit

Permalink
docs: fix external links
Browse files Browse the repository at this point in the history
  • Loading branch information
anastasiiakozlova245 committed Dec 27, 2023
1 parent 3d4ce14 commit 7dd8e28
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# tofuenv

[OpenTofu](https://opentofu.org/) version manager inspired by [tofuenv](https://github.com/tfutils/tofuenv)
[OpenTofu](https://opentofu.org/) version manager inspired by [tfenv](https://github.com/tfutils/tfenv)

## Support

Expand Down Expand Up @@ -43,7 +43,7 @@ include ::tofuenv
1. Check out tofuenv into any path (here is `${HOME}/.tofuenv`)

```console
git clone --depth=1 https://github.com/tfutils/tofuenv.git ~/.tofuenv
git clone --depth=1 https://github.com/opentofuutils/tofuenv.git ~/.tofuenv
```

2. Add `~/.tofuenv/bin` to your `$PATH` any way you like
Expand Down Expand Up @@ -82,7 +82,7 @@ which tofuenv

### tofuenv install [version]

Install a specific version of Terraform.
Install a specific version of OpenTofu.

If no parameter is passed, the version to use is resolved automatically via [tofuenv\_TERRAFORM\_VERSION environment variable](#tofuenv_terraform_version) or [.terraform-version files](#terraform-version-file), in that order of precedence, i.e. tofuenv\_TERRAFORM\_VERSION, then .terraform-version. The default is 'latest' if none are found.

Expand Down Expand Up @@ -503,6 +503,6 @@ rm -rf /some/path/to/tofuenv

## LICENSE

- [tofuenv itself](https://github.com/tfutils/tofuenv/blob/master/LICENSE)
- [tfenv itself](https://github.com/tfutils/tfenv/blob/master/LICENSE)
- [rbenv](https://github.com/rbenv/rbenv/blob/master/LICENSE)
- tofuenv partially uses rbenv's source code
- tfenv partially uses rbenv's source code

0 comments on commit 7dd8e28

Please sign in to comment.