Skip to content
This repository was archived by the owner on Aug 25, 2021. It is now read-only.

Commit 91c1e2f

Browse files
committed
fix build path doc refer to #1
1 parent 413dd44 commit 91c1e2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,11 @@ Snippet:
7878
```
7979

8080
# Hint
81-
To avoid OOM, add -Xmx option to commandline, e.g. java -jar JAADAS-0.1.jar -Xmx8192m
81+
To avoid OOM, add -Xmx option to commandline, e.g. java -jar jade-0.1.jar -Xmx8192m
8282

8383
# Build from source code
8484

85-
JAADAS is organized by gradle. Run `gradle fatJar` at the root of source directory and single-bundled jar will be generated at ./JAADAS/build/
85+
JAADAS is organized by gradle. Run `gradle fatJar` at the root of source directory and single-bundled jar will be generated at ./jade/build/
8686
Each directory actually represents a git submodule originally. For simplicity I am combining them to same root directories and you can change it
8787
as you wish, track upstream Soot changes.
8888

0 commit comments

Comments
 (0)