Update README.md
This commit is contained in:
parent
02df100678
commit
0ed862a83c
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -22,6 +22,18 @@ Behavior on Windows, macOS and other Unixes might differ slightly.
|
||||||
Some of that is intended (reflecting platform differences),
|
Some of that is intended (reflecting platform differences),
|
||||||
other bits are unfortunate limitations.
|
other bits are unfortunate limitations.
|
||||||
|
|
||||||
|
## Installing
|
||||||
|
|
||||||
|
The Go package:
|
||||||
|
|
||||||
|
go get github.com/ncruces/zenity
|
||||||
|
|
||||||
|
The `zenity` command on macOS/WSL using [Homebrew](https://brew.sh/):
|
||||||
|
|
||||||
|
brew install ncruces/tap/zenity
|
||||||
|
|
||||||
|
Or download the [latest release](https://github.com/ncruces/zenity/releases/latest).
|
||||||
|
|
||||||
## Why?
|
## Why?
|
||||||
|
|
||||||
There are a bunch of other dialog packages for Go.\
|
There are a bunch of other dialog packages for Go.\
|
||||||
|
|
Loading…
Reference in a new issue