Skip to content

Commit 9b9378c

Browse files
authored
Update README.md
clarify jar
1 parent 97f9d36 commit 9b9378c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Fetch these jars from [https://archive.org/download/graph4code_prereq_jars/graph
8282

8383
#### Usage:
8484

85-
java -DoutputDir=<output dir to store JSON representation of graph> -DquadFile=<file name to write quads to - this file gets appended to, so all analyzed scripts end up in a single file> -cp codebreaker*n*.jar util.RunTurtleSingleAnalysis <python script to run on> <graph prefix> <graph qualifier>
85+
java -DoutputDir=<output dir to store JSON representation of graph> -DquadFile=<file name to write quads to - this file gets appended to, so all analyzed scripts end up in a single file> -cp <absolute path of codebreaker*n*.jar> util.RunTurtleSingleAnalysis <python script to run on> <graph prefix> <graph qualifier>
8686

8787
where *n* is either 2 or 3 depending on the desired version of Python.
8888

0 commit comments

Comments
 (0)