Skip to content

Instantly share code, notes, and snippets.

@picatz
Created August 6, 2017 21:40
Show Gist options
  • Save picatz/68cfab4ffae5e6eda430de976115fffb to your computer and use it in GitHub Desktop.
Save picatz/68cfab4ffae5e6eda430de976115fffb to your computer and use it in GitHub Desktop.
Install Crystal Lang
function install_crystal() {
curl https://dist.crystal-lang.org/apt/setup.sh | sudo bash
sudo apt-get install build-essential
sudo apt-get install crystal
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment