asdf-arc [](https://github.com/ORCID/asdf-arc/actions/workflows/build.yml) [](https://github.com/ORCID/asdf-arc/actions/workflows/lint.yml)
June 27, 2022 ยท View on GitHub
asdf-arc

arc plugin for the asdf version manager.
Contents
Dependencies
bash,curl,tar: generic POSIX utilities.
Install
Plugin:
asdf plugin add arc https://github.com/ORCID/asdf-arc.git
arc:
# Show all installable versions
asdf list-all arc
# Install specific version
asdf install arc latest
# Set a version globally (on your ~/.tool-versions file)
asdf global arc latest
# Now arc commands are available
arc --version
Check asdf readme for more instructions on how to install & manage versions.
Contributing
Contributions of any kind welcome! See the contributing guide.