Add FAQ entry on license requirement

This commit is contained in:
Chris Roberts 2021-06-09 09:16:30 -07:00
parent 48016e49c8
commit eff23ac10b

View File

@ -20,3 +20,13 @@ $ vagrant plugin install vagrant-vmware-desktop
To upgrade the Vagrant VMware utility, download the latest version from the
[Vagrant VMware utility downloads page](/vmware/downloads) and install the
system package to your local system.
## Q: Do I need a license for the Vagrant VMware plugin?
No, the Vagrant VMware plugin has been open sourced under the MPL. A license
is no longer required for using the Vagrant VMware plugin. If the plugin you
are using still requires a license, simply upgrade your plugin:
```
$ vagrant plugin update vagrant-vmware-desktop
```