Skip to content

Commit

Permalink
update installation documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Maxime Deraspe <maximilien1er@gmail.com>
  • Loading branch information
zorino committed Aug 29, 2019
1 parent d8b8132 commit b04a457
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,12 @@ To build kaamer from source you will need at least GO >= 1.12 (https://golang.or
This command will download and install kaamer executables (kaamer and kaamer-db) into your `GOPATH`

``` shell
go get github.com/zorino/kaamer/...
GO111MODULE=off; go get -u github.com/zorino/kaamer
cd $GOPATH/src/github.com/zorino/kaamer
GO111MODULE=on; go install ./...
```

Or you can start by cloning the git repo and install it from there

``` shell
git clone https://github.com/zorino/kaamer.git
cd kaamer
go install ./...
```
> When issue https://github.com/golang/go/issues/31518 is resolved (~GO 1.13) `go get -u github.com/zorino/kaamer/...` will suffice.
Or you can download precompiled binaries : https://github.com/zorino/kaamer/releases

Expand Down

0 comments on commit b04a457

Please sign in to comment.