Skip to content

Commit 4f8799e

Browse files
committed
add text to readme
1 parent 6efce94 commit 4f8799e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ To build SootDiff with Maven run
1515
mvn install
1616
```
1717

18+
or to build a standalone `jar-with-dependencies` run
19+
```
20+
mvn clean compile assembly:single
21+
```
22+
1823

1924
## Publications
2025
If you want to read the details on how SootDiff works, the published paper [SootDiff @SOAP'19,Phoenix, AZ, USA](https://dl.acm.org/citation.cfm?id=3329966) is a good place to start.

0 commit comments

Comments
 (0)