We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65b824d commit 68782a7Copy full SHA for 68782a7
1 file changed
README.md
@@ -77,18 +77,17 @@ as part of the source repository, or separately via the above link.
77
78
## Alternative command line usage:
79
80
-To run the Scribble tool directly via java:
+To run the Scribble tool directly via java, try
81
82
- try scribblec.sh with the --verbose flag
+ ./scribblec.sh --verbose [args]
83
84
to see the underlying java command with main class, classpath and other args.
85
86
Or try (from Nick Ng):
87
88
mvn dependency:build-classpath -Dmdep.outputFile=classpath
89
90
- java -cp $(cat dist/classpath)
91
- org.scribble.cli.CommandLine [args] MyModule.scr
+ java -cp $(cat dist/classpath) org.scribble.cli.CommandLine [args] MyModule.scr
92
93
94
## Issue reporting
0 commit comments