tweak doc

This commit is contained in:
parrt 2016-11-19 11:59:08 -08:00
parent 19d956cfc2
commit 0dcf626e8b
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ Each target language for ANTLR has a runtime package for running parser generate
Get the runtime and install it on your GOPATH:
```bash
go get github.com/antlr/antlr4
go get github.com/antlr/antlr4/runtime/Go/antlr
```
#### 3. Set the release tag (optional)