chore: update README and goreleaser
ci/woodpecker/push/goreleaser Pipeline was successful
Details
ci/woodpecker/push/goreleaser Pipeline was successful
Details
Signed-off-by: jolheiser <john.olheiser@gmail.com>main
parent
c62290d1a1
commit
eed5f4e358
|
@ -4,12 +4,12 @@ builds:
|
|||
goos:
|
||||
- linux
|
||||
- windows
|
||||
- darwin
|
||||
goarch:
|
||||
- amd64
|
||||
ldflags:
|
||||
- "-s -w -X main.Version={{.Version}}"
|
||||
archives:
|
||||
- replacements:
|
||||
386: i386
|
||||
amd64: x86_64
|
||||
format_overrides:
|
||||
- goos: windows
|
||||
|
|
|
@ -2,6 +2,9 @@
|
|||
|
||||
**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
|
||||
|
||||
[MIT](LICENSE)
|
||||
|
|
Reference in New Issue