Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 380 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 380 Bytes

Technical Documentation

Setup ASDF

  1. Install asdf according to the asdf installation guide.

  2. Install asdf packages defined in .tool-versions.

       cat .tool-versions | cut -f 1 -d ' ' | xargs -n 1 asdf plugin-add || true
       asdf plugin-update --all
       asdf install
       asdf reshim