Skip to content

Commit

Permalink
Merge pull request #17 from tofuutils/fix/reponame
Browse files Browse the repository at this point in the history
fix: update organization name
  • Loading branch information
anastasiiakozlova245 authored Jan 2, 2024
2 parents 847e0a7 + 65859a4 commit 248af28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ yay --sync tofuenv
1. Check out tofuenv into any path (here is `${HOME}/.tofuenv`)

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

2. Add `~/.tofuenv/bin` to your `$PATH` any way you like
Expand Down Expand Up @@ -491,7 +491,7 @@ rm -rf /some/path/to/tofuenv

## LICENSE

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

0 comments on commit 248af28

Please sign in to comment.