1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-10 03:47:03 +02:00

Merge pull request #381 from goreleaser/docker-dep

docs: Add Docker as dependency in CONTRIBUTING.md
This commit is contained in:
Carlos Alexandro Becker 2017-10-02 08:04:44 -03:00 committed by GitHub
commit 9562d098b0

View File

@ -8,14 +8,14 @@ conduct](/CODE_OF_CONDUCT.md).
`goreleaser` is written in [Go](https://golang.org/). `goreleaser` is written in [Go](https://golang.org/).
Prerequisites are: Prerequisites:
* Build:
* `make` * `make`
* [Go 1.8+](http://golang.org/doc/install) * [Go 1.8+](https://golang.org/doc/install)
* [fpm](https://fpm.readthedocs.io/en/latest/installing.html) * [fpm](https://fpm.readthedocs.io/en/latest/installing.html)
* rpm / rpmbuild * rpm / rpmbuild
* [snapcraft](http://snapcraft.io/) * [snapcraft](https://snapcraft.io/)
* [Docker](https://www.docker.com/)
Clone `goreleaser` from source into `$GOPATH`: Clone `goreleaser` from source into `$GOPATH`: