Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.08 KB

README.md

File metadata and controls

41 lines (27 loc) · 1.08 KB

asdf-jlpkg

Build Status

jlpkg plugin for the asdf version manager.

Install

  1. Make sure Julia is installed and available in PATH. This can e.g. be done by using the asdf-julia plugin.

  2. Install the asdf-jlpkg plugin:

    asdf plugin add jlpkg https://github.com/fredrikekre/asdf-jlpkg.git
  3. Install jlpkg:

    # Show all installable versions
    asdf list-all jlpkg
    
    # Install specific version
    asdf install jlpkg latest
    
    # Set a version globally (in your ~/.tool-versions file)
    asdf global jlpkg latest
    
    # Now jlpkg commands are available
    jlpkg --version

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