From b37be21ac442a2521a34a51bc5d26fe3377fd582 Mon Sep 17 00:00:00 2001 From: Mike Dillon Date: Wed, 23 Dec 2015 07:49:00 -0800 Subject: [PATCH] Add Homebrew instructions to README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ef9445..c4d83b0 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ Generates Go code from a WSDL file. ### Install * [Download binary release](https://github.com/hooklift/gowsdl/releases) -* Or: `go get github.com/hooklift/gowsdl/...` +* Download and build locally: `go get github.com/hooklift/gowsdl/...` +* Install from Homebrew: `brew install gowsdl` ### Goals * Generate idiomatic Go code as much as possible