-
Notifications
You must be signed in to change notification settings - Fork 133
Installation
Casey Lee edited this page Mar 7, 2017
·
13 revisions
To install the latest version to /usr/local/bin:
curl -s https://raw.githubusercontent.com/stelligent/mu/master/install.sh | sh
To install v0.1.0 version to ~/bin:
curl -s https://raw.githubusercontent.com/stelligent/mu/master/install.sh | INSTALL_VERSION=0.1.0 INSTALL_DIR=~/bin sh
Of course, if you're appalled at the idea of curl | bash installers, then you can always just download the latest version directly.