From bad60c43c0f3fb72523f38d6a5de614dab8dcf52 Mon Sep 17 00:00:00 2001 From: Jason Hilton Date: Fri, 12 Jan 2018 06:25:22 +0000 Subject: [PATCH] vagrant-training is where the vagrant file is --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 37b6672a4..32bd67755 100644 --- a/README.MD +++ b/README.MD @@ -121,7 +121,7 @@ server.address=x.x.x.x We supply a complete development environment using Vagrant, to run WebGoat with Vagrant you must first have Vagrant and Virtualbox installed. ```shell - $ cd WebGoat/webgoat-images/vagrant-users + $ cd WebGoat/webgoat-images/vagrant-training $ vagrant up ```