Skip to content

Instantly share code, notes, and snippets.

@lepoetemaudit
Last active June 25, 2018 10:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lepoetemaudit/daf73b1cb024d9a6344f56b73e9de5de to your computer and use it in GitHub Desktop.
Save lepoetemaudit/daf73b1cb024d9a6344f56b73e9de5de to your computer and use it in GitHub Desktop.
Install Luml - macOS / Darwin
echo "Installing Luml - sudo required" && sudo echo "Ok, installing!" && mkdir -p /tmp/luml && curl -Ls https://github.com/luml-lang/luml/releases/download/v0.0.1/luml-0.0.1-darwin.tgz | tar -xz -C /tmp/luml && sudo cp -r /tmp/luml/release/bin/* /usr/local/bin && sudo cp -r /tmp/luml/release/lib/* /usr/local/lib && rm -r /tmp/luml && echo "Luml successfuly installed"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment