Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
clarify jar
  • Loading branch information
juliandolby authored Nov 19, 2024
1 parent 97f9d36 commit 9b9378c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Fetch these jars from [https://archive.org/download/graph4code_prereq_jars/graph

#### Usage:

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>
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>

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

Expand Down

0 comments on commit 9b9378c

Please sign in to comment.