$ brew cask install minishift
Download the archive for your operating system from the Minishift Releases page and extract its contents.
Copy the contents of the directory to your preferred location.
Add the minishift
binary to your PATH
environment variable.
|
On macOS, you can also use Homebrew Cask to install the stable version of Minishift:
$ brew cask install minishift
To update the binary, run following command:
$ brew cask install --force minishift
Proceed to the Minishift Quickstart after installation.