Skip to content

Commit 68782a7

Browse files
committed
Minor edit to README.
1 parent 65b824d commit 68782a7

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,18 +77,17 @@ as part of the source repository, or separately via the above link.
7777

7878
## Alternative command line usage:
7979

80-
To run the Scribble tool directly via java:
80+
To run the Scribble tool directly via java, try
8181

82-
try scribblec.sh with the --verbose flag
82+
./scribblec.sh --verbose [args]
8383

8484
to see the underlying java command with main class, classpath and other args.
8585

8686
Or try (from Nick Ng):
8787

8888
mvn dependency:build-classpath -Dmdep.outputFile=classpath
8989

90-
java -cp $(cat dist/classpath)
91-
org.scribble.cli.CommandLine [args] MyModule.scr
90+
java -cp $(cat dist/classpath) org.scribble.cli.CommandLine [args] MyModule.scr
9291

9392

9493
## Issue reporting

0 commit comments

Comments
 (0)