aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Dubrov <dubrov.ivan@gmail.com>2014-04-25 14:27:50 -0700
committerIvan Dubrov <dubrov.ivan@gmail.com>2014-04-25 14:27:50 -0700
commite982980c806163faa1a7e74d36ea586c3d093e86 (patch)
treea4c5ce98cf941c3f0f39b2db1fabc720d05ac5dd
parent1deaf9fbf9ca61cc289edc507ffcb3be6d01b131 (diff)
downloaddcevm-e982980c806163faa1a7e74d36ea586c3d093e86.tar.gz
dcevm-e982980c806163faa1a7e74d36ea586c3d093e86.zip
Update README.md
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 486acdb3..163bc091 100644
--- 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