Skip to content

Commit 092424a

Browse files
authored
Merge pull request #40 from kittywhiskers/patch-1
docs: minor grammatical fixes, move license up
2 parents a5b21ee + e14d425 commit 092424a

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Create Docker machines locally on VMware [Fusion](https://www.vmware.com/products/fusion)
44
and [Workstation](https://www.vmware.com/products/workstation).
55

6-
This driver requires VMware Workstation 14 (Windows/Linux) or VMware Fusion 10 (MacOS)
6+
This driver requires VMware Workstation 14 (Windows/Linux) or VMware Fusion 10 (macOS)
77
to be installed on your host. Earlier versions of Workstation/Fusion might still work
88
with this driver, but it's not officially supported.
99

@@ -13,14 +13,17 @@ with this driver, but it's not officially supported.
1313
> works on VMware Fusion.
1414
>
1515
16+
## License
17+
18+
The Docker Machine VMware Driver is released under the [Apache License 2.0](https://github.com/machine-drivers/docker-machine-driver-vmware/blob/master/LICENSE) license, for more information see LICENSE or https://www.apache.org/licenses/LICENSE-2.0
1619

1720
## Installation
1821

1922
### From a Release
2023

2124
The latest version of the `docker-machine-driver-vmware` binary is available on the
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.
25+
[GitHub Releases](https://github.com/machine-drivers/docker-machine-driver-vmware/releases) page.
26+
Download the binary that corresponds to your OS into a directory residing in your PATH.
2427

2528
### From Homebrew
2629

@@ -77,8 +80,3 @@ $ docker-machine create --driver=vmware default
7780
| `--vmware-ssh-password` | VMWARE_SSH_PASSWORD | `tcuser` |
7881
| `--vmware-ssh-user` | VMWARE_SSH_USER | `docker` |
7982
| `--vmware-wait-ip` | VMWARE_WAIT_IP | `30000` |
80-
81-
82-
## License
83-
84-
It's under the Apache 2 license.

0 commit comments

Comments
 (0)