Update readme

main
Ruan Bekker 2 years ago
parent a4995ce6f1
commit 3b046ed449
  1. 8
      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

Loading…
Cancel
Save