Update README.md
This commit is contained in:
parent
6899d6b87c
commit
dc4cafcea5
1 changed files with 8 additions and 1 deletions
|
@ -30,7 +30,7 @@ other bits are unfortunate limitations.
|
||||||
|
|
||||||
The Go package:
|
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/) 🍺:
|
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`
|
* only dependency is `osascript`
|
||||||
* on other Unixes:
|
* on other Unixes:
|
||||||
* wraps either one of `zenity`, `qarma`, `matedialog`
|
* 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`.
|
||||||
|
|
Loading…
Reference in a new issue