From d3ebdc5d0ab54c94c3a40abd3dfa00d04d62cd4e Mon Sep 17 00:00:00 2001 From: Greg Brail Date: Mon, 15 Jul 2024 12:44:33 -0700 Subject: [PATCH] Fix a README typo regarding what JAR to run --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a1108232a5..be2d51f48e 100644 --- a/README.md +++ b/README.md @@ -87,8 +87,8 @@ To just run the Rhino shell, you can do this from the top-level directory: Alternately, you can build an all-in-one JAR and run that: - ./gradlew shadowJar - java -jar rhino/build/libs/rhino-1.7.16-SNAPSHOT.jar + ./gradlew :rhino-all:build + java -jar rhino-all/build/libs/rhino-all-1.7.16-SNAPSHOT.jar You can also run the benchmarks: