install script in readme

pull/4/head
iwilltry42 6 years ago
parent 845339e9da
commit 18dfa5dda9
  1. 8
      README.md

@ -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...

Loading…
Cancel
Save