Skip to content

Commit

Permalink
Extract brew commands into a MacOS section
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzej-stencel committed Sep 24, 2020
1 parent bc30738 commit 9837541
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions vagrant/README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
# Vagrant

## Setting up
## Prerequisites

Please install the following:

- [VirtualBox](https://www.virtualbox.org/)
- [Vagrant](https://www.vagrantup.com/)
- [vagrant-disksize](https://github.com/sprotheroe/vagrant-disksize) plugin

### MacOS

```bash
brew cask install virtualbox
brew cask install vagrant
vagrant plugin install vagrant-disksize
```

After that you can run the Vagrant environment with just one command:
## Setting up

You can set up the Vagrant environment with just one command:

```bash
vagrant up
Expand Down

0 comments on commit 9837541

Please sign in to comment.