Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.19 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.19 KB

asdf-lein Build Lint

A Leiningen plugin for asdf version manager.

Install

Plugin:

asdf plugin add lein https://github.com/miorimmax/asdf-lein.git

Lein:

# Show all installable versions
asdf list-all lein

# Install specific version
asdf install lein 0.10.0

# Set a version globally (on your ~/.tool-versions files)
asdf global lein 0.10.0

# Now lein commands are available
lein help # or lein version

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

Requirements

  • bash, curl, tar, and POSIX utilities.
  • Leiningen runs on the JVM, so you also need a compatible version of Java, which can be installed with the java plugin