Skip to content

Commit

Permalink
install script in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
iwilltry42 committed Apr 5, 2019
1 parent 342a364 commit 9630e22
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,13 @@ Thanks to @zeerorg for the original work!

## Install

Grab a release from the [release tab](https://github.com/iwilltry42/k3d-go/releases).
You have several options there:

or `go install github.com/iwilltry42/k3d-go`
- use the install script to grab the latest release:
- wget: `wget -q -O - https://raw.githubusercontent.com/iwilltry42/k3d-go/master/install.sh | bash`
- curl: `curl -s https://raw.githubusercontent.com/iwilltry42/k3d-go/master/install.sh | bash`
- Grab a release from the [release tab](https://github.com/iwilltry42/k3d-go/releases) and install it yourself.
- Via go: `go install github.com/iwilltry42/k3d-go`

or...

Expand Down

0 comments on commit 9630e22

Please sign in to comment.