From 0ed862a83c8236234d6ecf30f5682df9f03092dc Mon Sep 17 00:00:00 2001 From: Nuno Cruces Date: Mon, 7 Jun 2021 13:54:18 +0100 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 93415e4..a62cfaa 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,18 @@ Behavior on Windows, macOS and other Unixes might differ slightly. Some of that is intended (reflecting platform differences), 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? There are a bunch of other dialog packages for Go.\