From 759ab339814529dcd0275aa476a123c256598105 Mon Sep 17 00:00:00 2001 From: Nicholas Bergson-Shilcock Date: Mon, 5 Oct 2015 19:55:15 -0400 Subject: [PATCH] Add note about installing Vagrant on Mac to README. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e69747eaa..91db467ee9 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,8 @@ This is the recommended approach, and is tested on OS X 10.10 as well as Ubuntu Once that's done, simply change to your zulip directory and run `vagrant up` in your terminal. That will install the development -server inside a Vagrant guest. +server inside a Vagrant guest. If you don't have Vagrant, you can [download +a binary package here](https://www.vagrantup.com/downloads.html). Once that finishes, you can run the development server as follows: