From 977ef987cd02c20a0f6899604fb326ec42eaa0fa Mon Sep 17 00:00:00 2001 From: Samuel Marks <807580+SamuelMarks@users.noreply.github.com> Date: Fri, 14 Mar 2025 19:17:47 -0700 Subject: [PATCH 1/2] [website/content/docs/providers/vmware/vagrant-vmware-utility.mdx] Added download link for macOS It was unclear how to get vmware working on macOS until I found this dmg link and installed it --- .../docs/providers/vmware/vagrant-vmware-utility.mdx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/website/content/docs/providers/vmware/vagrant-vmware-utility.mdx b/website/content/docs/providers/vmware/vagrant-vmware-utility.mdx index 3850ebe1d..079a93bcd 100644 --- a/website/content/docs/providers/vmware/vagrant-vmware-utility.mdx +++ b/website/content/docs/providers/vmware/vagrant-vmware-utility.mdx @@ -19,8 +19,15 @@ 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 + +### Linux +First, download the latest zip package from the releases page. Next create a directory for the executable and unpack the executable as root. From 7fc9a4661e16e9e73eb64825e3d5ed6fac74ea52 Mon Sep 17 00:00:00 2001 From: Samuel Marks <807580+SamuelMarks@users.noreply.github.com> Date: Thu, 22 May 2025 11:48:57 -0700 Subject: [PATCH 2/2] [website/content/docs/providers/vmware/vagrant-vmware-utility.mdx] Added `brew` instructions --- .../content/docs/providers/vmware/vagrant-vmware-utility.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/content/docs/providers/vmware/vagrant-vmware-utility.mdx b/website/content/docs/providers/vmware/vagrant-vmware-utility.mdx index 079a93bcd..9172f8241 100644 --- a/website/content/docs/providers/vmware/vagrant-vmware-utility.mdx +++ b/website/content/docs/providers/vmware/vagrant-vmware-utility.mdx @@ -26,6 +26,8 @@ Choose the latest version from https://releases.hashicorp.com/vagrant-vmware-uti 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.