Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
jessp01 committed Aug 23, 2023
1 parent ed3f3b8 commit ea79177
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,15 @@ With GoReleaser, you can:
This repo includes a [basic GoReleaser config](.goreleaser.yaml) that will produce binaries for Linux, Darwin (what
people refer to as MacOS and shouldn't), FreeBSD and NetBSD. You can tweak it as you please but one necessary change is
in [line 21](https://github.com/jessp01/grt/blob/master/.goreleaser.yaml#L21) where `main` should point to your entry
file. It also includes [.github/workflows/release.yml](.github/workflows/release.yml) which is a GH action to trigger upon tag creation. This file will work out of the box.
file. Also included, is [.github/workflows/release.yml](.github/workflows/release.yml), a GH action to trigger upon tag creation. This file will work out of the box.

### Contributing

Contributions are, of course, welcome. Please submit a pull request.

### License

Code is under AGPLv3 License.

[license]: ./LICENSE
[badge-license]: https://img.shields.io/github/license/jessp01/grt.svg
Expand Down

0 comments on commit ea79177

Please sign in to comment.