From 0754e423a1a5008c83595f36f2cf349cbcd0ebfe Mon Sep 17 00:00:00 2001 From: ksrinivs64 Date: Thu, 11 Apr 2024 14:58:58 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88d2643..5f2dbb5 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ Fetch these jars from [https://archive.org/download/graph4code_prereq_jars/graph #### Example - java -DoutputDir= -cp codebreaker3.jar util.RunTurtleSingleAnalysis null null` to run on a Python 3 file, with an output of the graph on JSON. + java -DoutputDir= -cp ./code_breaker_prereq_py3/target/CodeBreakerPrereqPy3-0.0.1-SNAPSHOT.jar util.RunTurtleSingleAnalysis 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 ```