tweak doc

This commit is contained in:
parrt 2016-11-19 11:15:31 -08:00
parent a6a730405f
commit a736e4b9ee
1 changed files with 2 additions and 1 deletions

View File

@ -70,7 +70,8 @@ $ brew install node
To run the tests and **install into local repository** `~/.m2/repository/org/antlr`, do this:
```bash
$ mvn install
$ mvn install -DskipTests=true # make sure all artifacts are visible on this machine
$ mvn install # now "do it with feeling"
...
-------------------------------------------------------
T E S T S