Skip to content

Commit ea79177

Browse files
committed
README
1 parent ed3f3b8 commit ea79177

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,15 @@ With GoReleaser, you can:
121121
This repo includes a [basic GoReleaser config](.goreleaser.yaml) that will produce binaries for Linux, Darwin (what
122122
people refer to as MacOS and shouldn't), FreeBSD and NetBSD. You can tweak it as you please but one necessary change is
123123
in [line 21](https://github.com/jessp01/grt/blob/master/.goreleaser.yaml#L21) where `main` should point to your entry
124-
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.
124+
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.
125+
126+
### Contributing
127+
128+
Contributions are, of course, welcome. Please submit a pull request.
129+
130+
### License
131+
132+
Code is under AGPLv3 License.
125133

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

0 commit comments

Comments
 (0)