mirror of
https://github.com/ruanbekker/dev-environment-vagrant.git
synced 2025-04-19 16:21:39 +02:00
Update readme
This commit is contained in:
parent
a4995ce6f1
commit
3b046ed449
@ -20,7 +20,13 @@ git clone https://github.com/ruanbekker/dev-environment-vagrant
|
|||||||
cd 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
|
```bash
|
||||||
vagrant up
|
vagrant up
|
||||||
|
Loading…
x
Reference in New Issue
Block a user