Update README.md

This commit is contained in:
Nuno Cruces 2022-07-10 22:55:39 +01:00 committed by GitHub
parent 6899d6b87c
commit dc4cafcea5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ other bits are unfortunate limitations.
The Go package:
go get github.com/ncruces/zenity
go get github.com/ncruces/zenity@latest
The `zenity` command on macOS/WSL using [Homebrew](https://brew.sh/) 🍺:
@ -74,3 +74,10 @@ and [man page](https://linux.die.net/man/1/zenity) of that command.
* only dependency is `osascript`
* on other Unixes:
* wraps either one of `zenity`, `qarma`, `matedialog`
## Credits
I'd like to thank all [contributors](https://github.com/ncruces/zenity/graphs/contributors),
but [@gen2brain](https://github.com/gen2brain) in particular
for [`dlgs`](https://github.com/gen2brain/dlgs),
which was instrumental to the Windows port of `zenity`.