Skip to content

Commit

Permalink
Fix a README typo regarding what JAR to run
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrail committed Jul 15, 2024
1 parent 84132a9 commit d3ebdc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit d3ebdc5

Please sign in to comment.