Skip to content

Commit f4985e2

Browse files
authored
Update README.md
1 parent 3108d5e commit f4985e2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,15 @@
66
3. Ensure that this project is recognized as a Maven project inside IntelliJ.
77
6. Run the Main java class in `/src/main/java/com/application/Main.java`.
88

9+
### Instruction to run tool using Maven.
10+
Since this is a Maven project, use the command below to run the tool from root folder of the repo.
11+
`mvn exec:java -Dexec.mainClass=com.csgt.Main`
12+
913

1014
### How to use the tool?
1115
1. Click File -> Select Method Definition log file.
1216
2. Click File -> Select Call Trace file.
13-
3. Click Run -> Run.
17+
3. Click Render -> Run.
1418
4. If you want to start over, click Run -> Reset and redo steps 1 through 3 above.
1519

1620
### Generate Log files.

0 commit comments

Comments
 (0)