Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 456 Bytes

install.md

File metadata and controls

19 lines (15 loc) · 456 Bytes

Installing jank

If you're on any of the below systems, you can install jank using your system's package manager.

Homebrew (macOS or Linux)

brew install jank-lang/jank/jank

If you can an error about git-lfs, try the following:

git lfs install
sudo ln -s "$(which git-lfs)" "$(git --exec-path)/git-lfs"

Anything else

If nothing above matches what you have, you can still build jank by following the docs here.