From 1329c5199f780ab37a32a7d645bc0c3a66e3e5d3 Mon Sep 17 00:00:00 2001 From: Khalifah Shabazz <619281+b01@users.noreply.github.com> Date: Thu, 23 Mar 2023 13:11:29 +0000 Subject: [PATCH] doc: Updated Install Instructions --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 84004f2d..6fb50ec7 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,10 @@ Generates Go code from a WSDL file. ### Install -* [Download binary release](https://github.com/hooklift/gowsdl/releases) -* Download and build locally: `go get github.com/hooklift/gowsdl/...` +* [Download release](https://github.com/hooklift/gowsdl/releases) +* Download and build locally + * 1.15: `go get github.com/hooklift/gowsdl/...` + * 1.20: `go install github.com/hooklift/gowsdl/cmd/gowsdl@latest` * Install from Homebrew: `brew install gowsdl` ### Goals