Clean up installation instructions

Fix a couple of paths in the VMware Utility installation instructions.
It would be cool if we could hook into `VMWARE_UTILITY_VERSION` to
automatically keep the filename up to date, but this does not appear
possible with the default MDX code blocks.
This commit is contained in:
Jeff Bonhag 2020-06-04 17:11:22 -04:00
parent 2cdd0e97e4
commit 4144eab0a6
No known key found for this signature in database
GPG Key ID: 32966F3FB5AC1129

View File

@ -29,8 +29,8 @@ Next create a directory for the executable and unpack the executable as
root.
```shell-session
$ sudo mkdir /opt/vagrant-vmware-desktop/bin
$ sudo unzip -d /opt/vagrant-vmware-desktop/bin vagrant-vmware-utility_1.0.0_x86_64.zip
$ sudo mkdir -p /opt/vagrant-vmware-desktop/bin
$ sudo unzip -d /opt/vagrant-vmware-desktop/bin vagrant-vmware-utility_1.0.0_linux_amd64.zip
```
After the executable has been installed, the utility setup tasks must be run. First,
@ -46,7 +46,7 @@ configuration if installing to a non-standard path.
Finally, install the service. This will also enable the service.
```shell-session
$ sudo /usr/local/vagrant-vmware-desktop/vagrant-vmware-utility service install
$ sudo /opt/vagrant-vmware-desktop/bin/vagrant-vmware-utility service install
```
# Usage