From 12d83ec62138c7f81ddfb78f8bd2d7ee081c1442 Mon Sep 17 00:00:00 2001 From: Christian Haeusler Date: Tue, 26 Feb 2019 20:13:01 +0100 Subject: [PATCH] Update how to install With goreleaser in place, prebuild binaries are avaialble for use. --- README.adoc | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/README.adoc b/README.adoc index ad8f460..9acba80 100644 --- a/README.adoc +++ b/README.adoc @@ -13,14 +13,29 @@ uses tags instead. == Installation +=== Install the pre-compiled binary + +==== OS X + [source,bash] ---- -go get github.com/corvus-ch/bilocation +brew install corvus-ch/tools/bilocation ---- -You are required to have have golang installed and your `GOPAHT` setup -correctly. Also make sure that your `$GOPAHT/bin` directory is added to your -search path (`PATH`). +==== Debian/Ubuntu + +Download the .deb from the +https://github.com/corvus-ch/bilocation/releases/latest[latest release] and +install with `dpkg -i`. + +=== Compiling from source + +[source,bash] +---- +git clone git@github.com:corvus-ch/bilocation +cd bilocation +make build +---- == Usage