fix broken download link

This commit is contained in:
shinpei 2014-03-10 16:00:54 +09:00
parent 330116f7ef
commit dd1480e10c
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ Hi and welcome to the Honey Badger 4.2 release (February 3, 2014) of ANTLR!
$ cd /usr/local/lib
$ curl -O http://www.antlr4.org/download/antlr-4.2-complete.jar
```
Or just [download in browser](http://www.antlr4.org/download/antlr-4.2-complete.jar) and put it somewhere rational like `/usr/local/lib`.
Or just [download in browser](http://www.antlr.org/download/antlr-4.2-complete.jar) and put it somewhere rational like `/usr/local/lib`.
2. Add `antlr-4.2-complete.jar` to your `CLASSPATH`:
```sh