Skip to content

Commit

Permalink
Update how to install
Browse files Browse the repository at this point in the history
With goreleaser in place, prebuild binaries are avaialble for use.
  • Loading branch information
Christian Haeusler committed Feb 26, 2019
1 parent b1e72b7 commit 12d83ec
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 12d83ec

Please sign in to comment.