1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2024-12-27 01:33:39 +02:00

docs: fix contributing

This commit is contained in:
Carlos Alexandro Becker 2018-10-30 23:23:47 -03:00 committed by Carlos Alexandro Becker
parent 288a3ac781
commit 6a39e227bb

View File

@ -14,12 +14,12 @@ Prerequisites:
- `rpmbuild` (`apt get install rpm`/`brew install rpm`)
- [snapcraft](https://snapcraft.io/)
- [Docker](https://www.docker.com/)
- `gpg` (probably already installed on your system)
Clone `goreleaser` from source into `$GOPATH`:
Clone `goreleaser` anywhere:
```sh
$ go get -d github.com/goreleaser/goreleaser
$ cd $GOPATH/src/github.com/goreleaser/goreleaser
$ git clone git@github.com:goreleaser/goreleaser.git
```
Install the build and lint dependencies: