Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.37 KB

README.md

File metadata and controls

47 lines (28 loc) · 1.37 KB

asdf-savi Build Lint

savi plugin for the asdf version manager.

Dependencies

  • bash, curl, tar: generic POSIX utilities.

Install

First, install asdf.

Then, install the Savi plugin into asdf:

asdf plugin add savi https://github.com/savi-lang/asdf-savi.git

Finally, use the plugin to install the Savi compiler:

# Show all installable versions.
asdf list-all savi

# Install a specific version.
asdf install savi latest

# Set a version globally (on your ~/.tool-versions file).
asdf global savi latest

# Now the Savi compiler is available.
savi eval 'env.out.print("Savi is installed!")'

Check asdf readme for more instructions on how to install & manage versions.

Contributing

Contributions are welcome! See the contributing guide.

Thanks goes to these contributors!