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:
parent
288a3ac781
commit
6a39e227bb
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user