-
Notifications
You must be signed in to change notification settings - Fork 132
Installation
Jeff Bachtel edited this page Sep 15, 2018
·
13 revisions
To install the latest version to /usr/local/bin:
curl -s https://getmu.io/install.sh | shTo install v0.1.0 version to ~/bin:
curl -s https://getmu.io/install.sh | INSTALL_VERSION=0.1.0 INSTALL_DIR=~/bin shOf course, if you're appalled at the idea of curl | bash installers, then you can always just download the latest version directly.
To install via Homebrew:
brew tap stelligent/tap
brew install mu-cliTo install the latest version from the develop branch:
brew install mu-cli --devel