From 249c1e23ed7563ba6b4f910035de93a7ecd59bbc Mon Sep 17 00:00:00 2001 From: "martin.cholewa" Date: Tue, 8 Jul 2025 17:57:20 +0200 Subject: [PATCH] Update README.md to include Vagrant installation instructions and plugin verification steps --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index 9efbb0c..672f19f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,29 @@ # README.md +## Prerequisity + +# Add the official HashiCorp tap for the latest Vagrant +brew tap hashicorp/tap + +# Install Vagrant (latest version from HashiCorp tap) +brew install hashicorp/tap/hashicorp-vagrant + +# Install the Vagrant VMware Utility (required for VMware provider integration) +brew install --cask vagrant-vmware-utility + +# Install the Vagrant VMware Desktop plugin +vagrant plugin install vagrant-vmware-desktop + +# (Optional) Install Vagrant from Homebrew cask if you prefer the cask version +# brew install --cask vagrant + +# Check Vagrant version to verify installation +vagrant --version + +# List installed Vagrant plugins to verify plugin installation +vagrant plugin list + + ## Project Structure ```