From 027ebed0af108e5a98bc6fbda915f1a8f150981b Mon Sep 17 00:00:00 2001 From: abrown28 Date: Fri, 25 Jan 2013 13:20:29 -0600 Subject: [PATCH] Update README.txt Removed spaces from the grun alias so copy and paste people will not get an error. --- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.txt b/README.txt index 78f546294..1cbab0a00 100644 --- a/README.txt +++ b/README.txt @@ -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)