Installing Minishift
Manually
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 yourPATH
environment variable.
|
With Homebrew
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
Next Steps
Proceed to the Minishift Quickstart after installation.