You've already forked goreleaser
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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user