From 2470be7387174d9a6e9d9dd5a3fb52d05c02b8d6 Mon Sep 17 00:00:00 2001 From: Nanne Baars Date: Fri, 9 Sep 2016 19:19:15 +0200 Subject: [PATCH] Copy lessons into plugin_lessons #254 --- README.MD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.MD b/README.MD index fffea8fc1..425be9908 100644 --- a/README.MD +++ b/README.MD @@ -123,7 +123,8 @@ cd .. cd WebGoat-Lessons git checkout develop mvn package -cp target/plugins/*.jar ../WebGoat/webgoat-container/src/main/webapp/plugin_lessons/ +(linux) cp target/plugins/*.jar ../WebGoat/webgoat-container/src/main/webapp/plugin_lessons/ +(windows) xcopy "target\plugins\*.jar" "..\WebGoat\webgoat-container\src\main\webapp\plugin_lessons\" cd .. ```