1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2024-12-31 01:53:50 +02:00

Merge pull request #88 from goreleaser/contributing

Update CONTRIBUTING.md
This commit is contained in:
Carlos Alexandro Becker 2017-01-17 10:56:13 -02:00 committed by GitHub
commit 088fe32092

View File

@ -5,7 +5,7 @@ conduct](/CODE_OF_CONDUCT.md).
## Setup your machine
`releaser` is written in [Go](https://golang.org/).
`goreleaser` is written in [Go](https://golang.org/).
Prerequisites are:
@ -13,11 +13,11 @@ Prerequisites are:
* `make`
* [Go 1.7+](http://golang.org/doc/install)
Clone `releaser` from source:
Clone `goreleaser` from source into `$GOPATH`:
```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:
@ -50,5 +50,5 @@ Which runs all the linters and tests.
## Submit a pull request
Push your branch to your `releaser` fork and open a pull request against the
Push your branch to your `goreleaser` fork and open a pull request against the
master branch.