Skip to content

Commit

Permalink
doc: Updated Install Instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
b01 committed Mar 23, 2023
1 parent eac1961 commit 1329c51
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 1329c51

Please sign in to comment.