1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-09-16 09:26:52 +02:00

improved contributing.md

This commit is contained in:
Carlos Alexandro Becker
2017-05-12 19:54:56 -03:00
parent f498d48773
commit dacaa9c91d

View File

@@ -16,8 +16,10 @@ Prerequisites are:
Clone `goreleaser` from source into `$GOPATH`:
```sh
$ go get -d github.com/goreleaser/goreleaser
$ cd $GOPATH/src/github.com/goreleaser/goreleaser
$ pkdir -p $GOPATH/src/github.com/github.com/goreleaser
$ cd $_
$ git clone git@github.com:goreleaser/goreleaser.git
$ cd goreleaser
```
Install the build and lint dependencies: