Skip to content

Commit 31d9c43

Browse files
committed
README: add golint to build deps
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
1 parent 6073da5 commit 31d9c43

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,10 @@ See [examples/skipfile.yaml](examples/skipfile.yaml).
3838
1. Install golang. i.e. on debian-based systems, run `apt-get install golang`.
3939
2. Set GOPATH. See https://github.com/golang/go/wiki/SettingGOPATH.
4040
3. Install go dependencies. `go get -t ./...`
41-
4. go build
42-
5. `./skipgen`
41+
4. install golint. `go get -u github.com/golang/lint/golint`
42+
Don't forget to setup the path PATH="$GOPATH/bin:$PATH"
43+
5. go build
44+
6. `./skipgen`
4345

4446
## Development
4547

0 commit comments

Comments
 (0)