Update README.md to include Vagrant installation instructions and plugin verification steps
This commit is contained in:
24
README.md
24
README.md
@@ -1,5 +1,29 @@
|
|||||||
# README.md
|
# 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
|
## Project Structure
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user