From 18dfa5dda922a2c76d31a391cf9843def44a5c0e Mon Sep 17 00:00:00 2001 From: iwilltry42 Date: Fri, 5 Apr 2019 14:53:17 +0200 Subject: [PATCH] install script in readme --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 20c80e1d..a146a761 100644 --- a/README.md +++ b/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...