docs: Update Windows installation instructions in setup-vagrant.md.

Vagrant 1.8.6 is only compatible with VirtualBox <= 5.1, so I made a
note to use version < 5.2.
This commit is contained in:
Jeremy Zhou 2017-12-20 16:23:58 -06:00 committed by Rishi Gupta
parent 16d8244c0a
commit 48163db479
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ sudo apt-get install build-essential git ruby lxc redir
#### Windows 10
1. Install [Git for Windows][git-bash], which installs *Git BASH*.
2. Install [VirtualBox][vbox-dl] (version >= 5.1.6).
2. Install [VirtualBox][vbox-dl] (version >= 5.1.6 but < 5.2).
3. Install [Vagrant][vagrant-dl-win] (version 1.8.4-1.8.6, do not use 1.8.7).
(Note: While *Git BASH* is recommended, you may also use [Cygwin][cygwin-dl].