From 98375418709b2640a6efd91094f97291d67930ae Mon Sep 17 00:00:00 2001 From: Andrzej Stencel Date: Thu, 24 Sep 2020 13:12:59 +0200 Subject: [PATCH] Extract brew commands into a MacOS section --- vagrant/README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/vagrant/README.md b/vagrant/README.md index 4286765d8c..6082c55b68 100644 --- a/vagrant/README.md +++ b/vagrant/README.md @@ -1,6 +1,6 @@ # Vagrant -## Setting up +## Prerequisites Please install the following: @@ -8,13 +8,17 @@ Please install the following: - [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