We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19a1e4b commit cb5e960Copy full SHA for cb5e960
README.md
@@ -57,7 +57,12 @@ The example below runs `gon` against itself to generate a zip and dmg.
57
58
## Installation
59
60
-To install `gon`, download the appropriate release for your platform
+The easiest way to install `gon` is via [Homebrew](https://brew.sh):
61
+
62
+ $ brew tap mitchellh/gon
63
+ $ brew install mitchellh/gon/gon
64
65
+You may also download the appropriate release for your platform
66
from the [releases page](https://github.com/mitchellh/gon/releases).
67
These are all signed and notarized to run out of the box on macOS 10.15+.
68
0 commit comments