Merge pull request #9626 from chrisroberts/e-vmware-upgrade
Include section on upgrading the desktop plugin
This commit is contained in:
commit
e5b6271e85
|
@ -87,6 +87,16 @@ $ ls ~/.vagrant.d/gems/*/vagrant-vmware-{fusion,workstation}
|
|||
$ rm -rf ~/.vagrant.d/gems/*/vagrant-vmware-{fusion,workstation}
|
||||
```
|
||||
|
||||
## Updating the Vagrant VMware Desktop plugin
|
||||
|
||||
The Vagrant VMware Desktop plugin can be updated directly from Vagrant. Run the
|
||||
following command to update Vagrant to the latest version of the Vagrant VMware
|
||||
Desktop plugin:
|
||||
|
||||
```shell
|
||||
$ vagrant plugin update vagrant-vmware-desktop
|
||||
```
|
||||
|
||||
## Frequently Asked Questions
|
||||
|
||||
**Q: I purchased a Vagrant VMware plugin license, but I did not receive an email?**<br>
|
||||
|
|
Loading…
Reference in New Issue