Skip to content

Commit

Permalink
Fixes to the installation instructions in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kristenjacobs committed Dec 4, 2018
1 parent a859f80 commit 683a299
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,17 @@ Examples of creating a network of linux containers (network namespaces).
### OSX

```
brew install virtualbox
brew install vagrant
brew cask install virtualbox
brew cask install vagrant
vagrant plugin install vagrant-vbguest
```

### Linux

```
sudo apt-get install virtualbox
sudo apt-get install vagrant
vagrant plugin install vagrant-vbguest
```

## Setup
Expand Down

0 comments on commit 683a299

Please sign in to comment.