Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ksrinivs64 authored Apr 11, 2024
1 parent 63d533c commit 0754e42
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 @@ -88,7 +88,7 @@ Fetch these jars from [https://archive.org/download/graph4code_prereq_jars/graph

#### Example

java -DoutputDir=<output dir to store JSON representation of graph> -cp codebreaker3.jar util.RunTurtleSingleAnalysis <python script to run on> null null` to run on a Python 3 file, with an output of the graph on JSON.
java -DoutputDir=<output dir to store JSON representation of graph> -cp ./code_breaker_prereq_py3/target/CodeBreakerPrereqPy3-0.0.1-SNAPSHOT.jar util.RunTurtleSingleAnalysis <python script to run on> null null` to run on a Python 3 file, with an output of the graph on JSON.

So to run on an example script provided from the `main` directory, use
```
Expand Down

0 comments on commit 0754e42

Please sign in to comment.