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