Skip to content

Commit

Permalink
Update README.md: add hint for section asdf to rtx (#1013)
Browse files Browse the repository at this point in the history
* Update README.md: add hint for section asdf to rtx

add hint for section asdf to rtx

* moved the note some lines down

* changed heading level

* changed migration note to the features section
  • Loading branch information
muescha authored Nov 25, 2023
1 parent 9bc8d66 commit 3b5855a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

## Features

- **asdf-compatible** - rtx is compatible with asdf plugins and `.tool-versions` files. It can be used as a drop-in replacement.
- **asdf-compatible** - rtx is compatible with asdf plugins and `.tool-versions` files. It can be used as a drop-in replacement. [See below for migration instructions](#how-do-i-migrate-from-asdf)
- **Polyglot** - compatible with any language, so no more figuring out how nvm, nodenv, pyenv, etc work individually—just use 1 tool.
- **Fast** - rtx is written in Rust and is very fast. 20x-200x faster than asdf.
- **No shims** - shims cause problems, they break `which`, and add overhead. By default, rtx
Expand Down Expand Up @@ -498,6 +498,10 @@ in this project.
the others are implemented. If your shell isn't currently supported
I'd be happy to help you get yours integrated.

### Migrate from asdf

If you're moving from asdf to rtx, please review [How do I migrate from asdf?](#how-do-i-migrate-from-asdf) for guidance.

## Uninstalling

Use `rtx implode` to uninstall rtx. This will remove the rtx binary and all of its data. Use
Expand Down

0 comments on commit 3b5855a

Please sign in to comment.