vagrant-training is where the vagrant file is

This commit is contained in:
Jason Hilton
2018-01-12 06:25:22 +00:00
committed by Nanne Baars
parent a6b9235711
commit bad60c43c0

View File

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