Skip to content

Commit 683a299

Browse files
committed
Fixes to the installation instructions in the readme
1 parent a859f80 commit 683a299

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,17 @@ Examples of creating a network of linux containers (network namespaces).
1515
### OSX
1616

1717
```
18-
brew install virtualbox
19-
brew install vagrant
18+
brew cask install virtualbox
19+
brew cask install vagrant
20+
vagrant plugin install vagrant-vbguest
2021
```
2122

2223
### Linux
2324

2425
```
2526
sudo apt-get install virtualbox
2627
sudo apt-get install vagrant
28+
vagrant plugin install vagrant-vbguest
2729
```
2830

2931
## Setup

0 commit comments

Comments
 (0)