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:
parent
d861194301
commit
530f9fc84b
@ -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
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user