From 619b8e24406fb054e04472bcd4bdef3fa5cd063b Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Fri, 25 Dec 2015 14:07:13 -0600 Subject: [PATCH] technically, any terminal would do --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 382ded1..6ac0d17 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Platform for the EasyCTF 2016 competition. If you have Vagrant installed, setting up the platform should be a piece of cake. -1. Navigate to the root directory of this project in Git Bash. +1. Navigate to the root directory of this project in a terminal. 2. Enter the command `vagrant up` to create a virtual machine using the Vagrantfile. 3. Enter the command `vagrant ssh` to SSH into the virtual machine. 4. Once you're inside the virtual machine, run `deploy` to start the server.