From 3b046ed44997e9dfe060f6bb6e54a8be1a3ea3c4 Mon Sep 17 00:00:00 2001 From: Ruan Bekker Date: Sun, 19 Jun 2022 22:32:03 +0200 Subject: [PATCH] Update readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a82f91a..11efe77 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,13 @@ git clone https://github.com/ruanbekker/dev-environment-vagrant cd dev-environment-vagrant ``` -Install vagrant by following their [installation documentation](https://www.vagrantup.com/docs/installation), then boot the environment using: +Install vagrant by following their [installation documentation](https://www.vagrantup.com/docs/installation), then install the vbguest plugin: + +```bash +vagrant plugin install vagrant-vbguest +``` + +then boot the environment using: ```bash vagrant up