From 5d2ee53ed055913f70d05058da5677f5e5fd341c Mon Sep 17 00:00:00 2001 From: mappu Date: Sat, 9 Jun 2018 17:28:06 +1200 Subject: [PATCH] readme: add go-get details --- _dist/README.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_dist/README.txt b/_dist/README.txt index b0aa3a5..1e600b7 100644 --- a/_dist/README.txt +++ b/_dist/README.txt @@ -23,6 +23,9 @@ The sample utility has the following options: =BUILDING= +This package can be installed via go get: `go get code.ivysaur.me/imagequant` +[go-get]code.ivysaur.me/imagequant git https://git.ivysaur.me/code.ivysaur.me/imagequant.git[/go-get] + The expected package path is `code.ivysaur.me/imagequant`. Build via `go build`. This is a CGO package and requires a C compiler installed. However, if you use `go install` then future invocations of `go build` do not require the C compiler to be present.