1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-26 04:22:05 +02:00

adjusted contributing: using go get -d

This commit is contained in:
Carlos Alexandro Becker 2017-04-22 09:42:32 -03:00
parent d861194301
commit 530f9fc84b
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -16,7 +16,7 @@ Prerequisites are:
Clone `goreleaser` from source into `$GOPATH`:
```sh
$ go get github.com/goreleaser/goreleaser
$ go get -d github.com/goreleaser/goreleaser
$ cd $GOPATH/src/github.com/goreleaser/goreleaser
```