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

readme improvements

This commit is contained in:
Carlos Alexandro Becker 2017-01-11 14:59:06 -02:00
parent 6b563b1dbf
commit c70edac82f
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -31,14 +31,14 @@ You may then run releaser at the root of your repository:
curl -s https://raw.githubusercontent.com/goreleaser/get/master/latest | bash
```
This will build `main.go` file as `my-binary`, for _Darwin_ and _Linux_,
_x86_64_ and _i386_, packaging the binary, `LICENSE.*`, `CHANGELOG.*` and
`README.*` and publish a new github release in the `user/repo` repository with
the `.tar.gz` files there.
This will build `main.go` as `my-binary`, for `Darwin` and `Linux`
(`amd64` and `i386`), archive the binary and common files as `.tar.gz`,
and finally, publish a new github release in the `user/repo` repository with
archives uploaded.
### Homebrew
To push it to a homebrew repo, just add a `brew` section:
To push a basic formulae a homebrew tap repo, just add a `brew` section:
```yaml
repo: user/repo