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

fixed contribuing.md syntax

This commit is contained in:
Carlos Alexandro Becker 2017-08-18 19:13:13 -03:00
parent 35eb7144a5
commit 5fc63d1ef0
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -13,6 +13,7 @@ Prerequisites are:
* `make`
* [Go 1.8+](http://golang.org/doc/install)
* [fpm](https://fpm.readthedocs.io/en/latest/installing.html)
* [snapcraft](http://snapcraft.io/)
Clone `goreleaser` from source into `$GOPATH`:
@ -25,13 +26,13 @@ $ cd goreleaser
Install the build and lint dependencies:
``` sh
```console
$ make setup
```
A good way of making sure everything is all right is running the test suite:
``` sh
```console
$ make test
```
@ -39,13 +40,13 @@ $ make test
You can create a branch for your changes and try to build from the source as you go:
``` sh
```console
$ make build
```
When you are satisfied with the changes, we suggest you run:
``` sh
```console
$ make ci
```