Add note about installing Vagrant on Mac to README.

This commit is contained in:
Nicholas Bergson-Shilcock 2015-10-05 19:55:15 -04:00 committed by Tim Abbott
parent d490779307
commit 759ab33981
1 changed files with 2 additions and 1 deletions

View File

@ -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: