Skip to content

Installation

Jeff Bachtel edited this page Sep 15, 2018 · 13 revisions

Installation

To install the latest version to /usr/local/bin:

curl -s https://getmu.io/install.sh | sh

To install v0.1.0 version to ~/bin:

curl -s https://getmu.io/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.

Homebrew

To install via Homebrew:

brew tap stelligent/tap
brew install mu-cli

To install the latest version from the develop branch:

brew install mu-cli --devel

Clone this wiki locally