From 314ee67a3bb4dc2bf8f35e1715a0162c6c14852d Mon Sep 17 00:00:00 2001 From: "martin.cholewa" Date: Tue, 8 Jul 2025 17:58:27 +0200 Subject: [PATCH] Fix formatting in README.md for Vagrant installation instructions --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 672f19f..b27ccb6 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ ## Prerequisity + +``` # Add the official HashiCorp tap for the latest Vagrant brew tap hashicorp/tap @@ -19,8 +21,10 @@ vagrant plugin install vagrant-vmware-desktop # Check Vagrant version to verify installation vagrant --version +``` -# List installed Vagrant plugins to verify plugin installation + +List installed Vagrant plugins to verify plugin installation vagrant plugin list