Skip to content

Instantly share code, notes, and snippets.

@vovateleport
Forked from mnn/install.sh
Created October 1, 2016 15:29
Show Gist options
  • Save vovateleport/1e1d87195c1b0a8af8995d44d13d6a67 to your computer and use it in GitHub Desktop.
Save vovateleport/1e1d87195c1b0a8af8995d44d13d6a67 to your computer and use it in GitHub Desktop.
Ammonite REPL installation with MinGW
mkdir -p ~/.ammonite && wget -O ~/.ammonite/predef.scala --no-check-certificate https://git.io/v6r5y
wget -O amm --no-check-certificate https://git.io/vioDM && chmod u+x amm && ./amm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment