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