mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
Merge 7fc9a4661e into f9e2630d69
This commit is contained in:
commit
dfbf2ac4ef
1 changed files with 11 additions and 2 deletions
|
|
@ -24,8 +24,17 @@ page.
|
|||
## Manual Installation
|
||||
|
||||
If there is no officially supported system package of the utility available,
|
||||
it may be possible to manually install utility. This applies to Linux platforms
|
||||
only. First, download the latest zip package from the releases page.
|
||||
it may be possible to manually install utility.
|
||||
|
||||
### macOS
|
||||
Choose the latest version from https://releases.hashicorp.com/vagrant-vmware-utility,
|
||||
and then download the .dmg for your arch. For example:
|
||||
https://releases.hashicorp.com/vagrant-vmware-utility/1.0.23/vagrant-vmware-utility_1.0.23_darwin_arm64.dmg
|
||||
|
||||
(or call `brew install vagrant-vmware-utility`)
|
||||
|
||||
### Linux
|
||||
First, download the latest zip package from the releases page.
|
||||
|
||||
Next create a directory for the executable and unpack the executable as
|
||||
root.
|
||||
|
|
|
|||
Loading…
Reference in a new issue