chore: update README and goreleaser
ci/woodpecker/push/goreleaser Pipeline was successful Details

Signed-off-by: jolheiser <john.olheiser@gmail.com>
main
jolheiser 2023-01-15 22:30:23 -06:00
parent c62290d1a1
commit eed5f4e358
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
2 changed files with 5 additions and 2 deletions

View File

@ -4,12 +4,12 @@ builds:
goos: goos:
- linux - linux
- windows - windows
- darwin goarch:
- amd64
ldflags: ldflags:
- "-s -w -X main.Version={{.Version}}" - "-s -w -X main.Version={{.Version}}"
archives: archives:
- replacements: - replacements:
386: i386
amd64: x86_64 amd64: x86_64
format_overrides: format_overrides:
- goos: windows - goos: windows

View File

@ -2,6 +2,9 @@
**E**asily **get** a project from a release on GitHub/Gitea. **E**asily **get** a project from a release on GitHub/Gitea.
This project is based on work I've done with [webman](https://github.com/candrewlee14/webman) and another project also called [eget](https://github.com/zyedidia/eget).
This project lies somewhere in between them in terms of feature-set.
## License ## License
[MIT](LICENSE) [MIT](LICENSE)