From 314ad653834fd381b6729b05ee8ce89f7ab50d7a Mon Sep 17 00:00:00 2001 From: Viktor Malyi Date: Wed, 22 Jul 2015 19:48:16 +0200 Subject: [PATCH] Add reference to homebrew-cask Not all users know that homebrew-cask is not the standard homebrew plugin. In order to prevent confusion reference to installation of homebrew-cask has been added to this manual --- Vagrant/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Vagrant/README.md b/Vagrant/README.md index 07e136a5..77d114ea 100644 --- a/Vagrant/README.md +++ b/Vagrant/README.md @@ -2,6 +2,10 @@ Create and configure lightweight, reproducible, and portable development environments. [Vagrant](http://www.vagrantup.com/) is an amazing tool for managing virtual machines via a simple to use command line interface. +### Before you start + +In order to simplify the installation process you should install homebrew-cask which provides a friendly homebrew-style CLI workflow for the administration of Mac applications distributed as binaries. Refer to [this](../Homebrew/Cask.md) article in order to install homebrew-cask. + ### Install Vagrant uses [Virtualbox](https://www.virtualbox.org/) to manage the virtual dependencies. You can directly download virtualbox and install or use homebrew for it.