Skip to content

Commit d050a72

Browse files
robbinspgtobespc
authored andcommitted
[JAVAMETRICS-65] fix Liberty usage instructions (#67)
* [JAVAMETRICS-65] fix Liberty usage instructions fix for #65 * Update README.md
1 parent 6e991ed commit d050a72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@ Javametrics requires a Java option to be set in order to load the agent. A [jvm
7575

7676
```
7777
# Load Javametrics Java agent
78-
-javaagent:"/path_to_install_dir/javametrics-agent-1.0.1.jar"
78+
-javaagent:<path_to_javametrics_agent_dir>/javametrics-agent-1.0.1.jar
7979
```
80-
If you have built the agent locally, your path_to_install_dir will need to point to your clone of javametrics.
80+
If you have built the agent locally, your path_to_javametrics_agent_dir will need to point to your clone of javametrics.
8181
e.g.
8282
```
8383
# Load Javametrics Java agent
84-
-javaagent:"/home/git/javametrics/javaagent/target/javametrics-agent-1.0.1.jar"
84+
-javaagent:<path_to_git_home>/javametrics/javaagent/target/javametrics-agent-1.0.1.jar
8585
```
8686
* NOTE, if you move the javametrics-agent to another directory you need to make sure you take the asm folder with it. The asm folder is required for the agent to run as it contains files that the agent needs
8787

0 commit comments

Comments
 (0)