mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-14 03:51:24 +02:00
docs: fix contributing
This commit is contained in:
parent
288a3ac781
commit
6a39e227bb
@ -14,12 +14,12 @@ Prerequisites:
|
|||||||
- `rpmbuild` (`apt get install rpm`/`brew install rpm`)
|
- `rpmbuild` (`apt get install rpm`/`brew install rpm`)
|
||||||
- [snapcraft](https://snapcraft.io/)
|
- [snapcraft](https://snapcraft.io/)
|
||||||
- [Docker](https://www.docker.com/)
|
- [Docker](https://www.docker.com/)
|
||||||
|
- `gpg` (probably already installed on your system)
|
||||||
|
|
||||||
Clone `goreleaser` from source into `$GOPATH`:
|
Clone `goreleaser` anywhere:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ go get -d github.com/goreleaser/goreleaser
|
$ git clone git@github.com:goreleaser/goreleaser.git
|
||||||
$ cd $GOPATH/src/github.com/goreleaser/goreleaser
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Install the build and lint dependencies:
|
Install the build and lint dependencies:
|
||||||
|
Loading…
Reference in New Issue
Block a user