We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cd99288 + b757739 commit aaccce5Copy full SHA for aaccce5
README.md
@@ -22,6 +22,14 @@ The latest version of the `docker-machine-driver-vmware` binary is available on
22
[GithHub Releases](https://github.com/machine-drivers/docker-machine-driver-vmware/releases) page.
23
Download the the binary that corresponds to your OS into a directory residing in your PATH.
24
25
+### From Homebrew
26
+
27
+The driver is available for easy installation via Homebrew on macOS.
28
29
+```shell
30
+$ brew install docker-machine-driver-vmware
31
+```
32
33
### From Source
34
35
Make sure you have installed [Go](http://www.golang.org) and configured [GOPATH](http://golang.org/doc/code.html#GOPATH)
0 commit comments