From eb3910c3306c1a8fdc71ac5e43b25930614575f7 Mon Sep 17 00:00:00 2001 From: sathyadev Date: Tue, 9 Mar 2021 00:55:45 +0530 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e0c4e1c..d261491 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,12 @@ update ~/.ssh/config to include the following: StrictHostKeyChecking no ForwardAgent yes +### make sure you have the below versions for vagrant plugins (vagrant windows) +``` +vagrant plugin uninstall vagrant-vbguest +vagrant plugin install vagrant-vbguest --plugin-version 0.21 +``` + Run the following to create cluster of VMs. ``` vagrant up