commit | ee2baabf04028f7574ad416e65ebc29bd46d133d | [log] [tgz] |
---|---|---|
author | David Symonds <dsymonds@golang.org> | Mon Jun 03 21:35:02 2013 +1000 |
committer | David Symonds <dsymonds@golang.org> | Mon Jun 03 21:35:02 2013 +1000 |
tree | 5a481cc05e07fc86d2f8fe037aae99c9ea73c878 | |
parent | dbd4ec63fa3555964e4040d92c8af96682459ff0 [diff] |
Add installation instructions.
diff --git a/README b/README index 3a9d3e4..378dbb4 100644 --- a/README +++ b/README
@@ -1,5 +1,8 @@ golint is a linter for Go source code. +To install, run + go get github.com/golang/lint/golint + Invoke golint with one or more filenames. The output of this tool is a list of suggestions in Vim quickfix format, which is accepted by lots of different editors.