1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-03 13:11:48 +02:00

Update CONTRIBUTING.md

a more fail-proof way of cloning the project.
This commit is contained in:
Carlos Alexandro Becker 2017-01-17 10:31:11 -02:00 committed by GitHub
parent 4328f8279a
commit c72cd3095f

View File

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