1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-09-16 09:26:52 +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

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
```