diff --git a/website/content/docs/providers/vmware/faq.mdx b/website/content/docs/providers/vmware/faq.mdx index c23540fdf..d671882b3 100644 --- a/website/content/docs/providers/vmware/faq.mdx +++ b/website/content/docs/providers/vmware/faq.mdx @@ -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 +```