From 7b46a68732f66ff422888ff0a7a3b445edadcbc3 Mon Sep 17 00:00:00 2001 From: Brandon Lee Underwood Date: Wed, 7 Jun 2017 14:53:12 -0400 Subject: [PATCH] Fixed unintended update to Readme file Accidentally mixed an update I was working on for the main README file with Alphabetize. Fixed this back. --- tools/vagrant/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/vagrant/README.md b/tools/vagrant/README.md index d392aee2b40..e1f3095f4c9 100644 --- a/tools/vagrant/README.md +++ b/tools/vagrant/README.md @@ -5,7 +5,6 @@ The following instructions were tested on Mac OS X El Capitan, Ubuntu 14.04.3 LT *Requirements* - Install [VirtualBox](https://www.virtualbox.org/wiki/Downloads) (tested with version 5.1.22) - Install [Vagrant](https://www.vagrantup.com/downloads.html) (tested with version 1.9.5) -- Install [Cygwin64 with ssh](https://www.cygwin.com) (tested with verstion 2.8.0) ### Clone the repository and change directory to `tools/vagrant` ```