Skip to content

Commit

Permalink
Merge pull request #251 from b01/updated-readme
Browse files Browse the repository at this point in the history
Updated Install Instructions
  • Loading branch information
c4milo authored Mar 28, 2023
2 parents eac1961 + 1329c51 commit 0f6b60e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0f6b60e

Please sign in to comment.