Skip to content

Commit 98f1d80

Browse files
committed
update doc
1 parent 892a749 commit 98f1d80

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/building-antlr.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Resolving deltas: 100% (31898/31898), done.
3939
Checking connectivity... done.
4040
$ cd antlr4
4141
$ export MAVEN_OPTS="-Xmx1G" # don't forget this on linux
42+
$ mvn clean # must be separate, not part of install/compile
4243
$ mvn -DskipTests install
4344
...
4445
[INFO] ------------------------------------------------------------------------
@@ -61,7 +62,7 @@ $ mvn -DskipTests install
6162
[INFO] ------------------------------------------------------------------------
6263
```
6364

64-
We do `install` not `compile` as tool tests and such refer to modules that must be pulled from the maven install local cache.
65+
**NOTE:** We do `install` not `compile` as tool tests and such refer to modules that must be pulled from the maven install local cache.
6566

6667
# Installing libs to mvn cache locally
6768

0 commit comments

Comments
 (0)