Update README.md to include Vagrant installation instructions and plugin verification steps

This commit is contained in:
martin.cholewa
2025-07-08 17:57:20 +02:00
parent 2308e6ccb0
commit 249c1e23ed

View File

@@ -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
```