Merge pull request #78 from pemcconnell/master

http:// not allowed in go import path
This commit is contained in:
Peter Boyer 2016-10-27 19:42:11 -04:00 committed by GitHub
commit 48e1f060d7
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
### Usage
1. `go get http://github.com/pboyer/antlr4`
1. `go get github.com/pboyer/antlr4`
2. Get [StringTemplate](http://www.stringtemplate.org/)
3. Get [Maven](https://maven.apache.org/download.cgi)
- Put `mvn` in your PATH (e.g. in `~/.bashrc` add `export PATH=$PATH:/path/to/apache-maven-3.3.9/bin`)