Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 354 Bytes

on_linux_using_linuxbrew.md

File metadata and controls

14 lines (10 loc) · 354 Bytes

On Linux using Linuxbrew

To easily install Crystal on a Linux distribution you can use Linuxbrew.

brew update
brew install crystal-lang

If you're planning to contribute to the language itself you might find useful to install LLVM as well. So replace the last line with:

brew install crystal-lang --with-llvm