Update README.txt
Removed spaces from the grun alias so copy and paste people will not get an error.
This commit is contained in:
parent
e1cce61400
commit
027ebed0af
|
@ -35,7 +35,7 @@ UNIX
|
|||
3. Create aliases for the ANTLR Tool, and TestRig.
|
||||
|
||||
$ alias antlr4='java -jar /usr/local/lib/antlr-4.0-complete.jar'
|
||||
$ alias grun ='java org.antlr.v4.runtime.misc.TestRig'
|
||||
$ alias grun='java org.antlr.v4.runtime.misc.TestRig'
|
||||
|
||||
WINDOWS (Thanks to Graham Wideman)
|
||||
|
||||
|
|
Loading…
Reference in New Issue