rf plugin for the asdf version manager.
Plugin:
asdf plugin add rf
# or
asdf plugin add rf https://github.com/buty4649/asdf-rf.git
rf:
# Show all installable versions
asdf list-all rf
# Install specific version
asdf install rf latest
# Set a version globally (on your ~/.tool-versions file)
asdf global rf latest
# Now rf commands are available
rf -v
Check asdf readme for more instructions on how to install & manage versions.
Contributions of any kind welcome! See the contributing guide.