Skip to content

Instantly share code, notes, and snippets.

@simeonpashley
Created May 2, 2017 13:16
Show Gist options
  • Save simeonpashley/729781bb9dd369730606207b540e1524 to your computer and use it in GitHub Desktop.
Save simeonpashley/729781bb9dd369730606207b540e1524 to your computer and use it in GitHub Desktop.
OSX Homebrew Install Lua 5.3, linked as `lua`
#!/bin/bash
brew install [email protected]
cd /usr/local/bin/
ln -s lua5.3 lua
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment