1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-09-16 09:26:52 +02:00

Update CONTRIBUTING.md

This commit is contained in:
Carlos Alexandro Becker
2017-01-17 10:47:34 -02:00
committed by GitHub
parent c72cd3095f
commit fcd1d92075

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,7 +13,7 @@ Prerequisites are:
* `make`
* [Go 1.7+](http://golang.org/doc/install)
Clone `releaser` from source:
Clone `goreleaser` from source into `$GOPATH`:
```sh
$ go get github.com/goreleaser/goreleaser
@@ -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.