]> source.dussan.org Git - dcevm.git/commitdiff
Update README.md
authorIvan Dubrov <dubrov.ivan@gmail.com>
Fri, 25 Apr 2014 21:27:50 +0000 (14:27 -0700)
committerIvan Dubrov <dubrov.ivan@gmail.com>
Fri, 25 Apr 2014 21:27:50 +0000 (14:27 -0700)
README.md

index 486acdb37025d58d1c7bdf90f6123e51b8f397d5..163bc09187527c6ae228c97f150845b1291e52c3 100644 (file)
--- a/README.md
+++ b/README.md
@@ -47,7 +47,8 @@ Or you can install DCEVM using the gradle script:
 
 To run tests from IDE, you need:
  
- * Add agent.jar as JVM agent (`-javaagent:agent/build/libs/agent.jar`).
- * Configure Java to use DCEVM JVM if installed side-by-side (`-XXaltjvm=dcevm`).
+ * Run `./gradlew agent:build` to build redefinition agent code.
+ * Add JVM argument to use redefinition agent (`-javaagent:agent/build/libs/agent.jar`).
+ * Add JVM argument to DCEVM VM if installed side-by-side (`-XXaltjvm=dcevm`).
 
 ### Known issues