Skip to content

Installation

Gastón Palomeque edited this page Feb 9, 2021 · 11 revisions

Installation

Docker

$ docker run -it gastonpalomeque/kure sh

Homebrew

brew install kure

Scoop

scoop install kure

Pre-compiled binaries

Linux, macOS, BSD and Windows pre-compiled binaries can be found here.

Compìle from source

$ git clone https://github.com/GGP1/kure
$ cd kure
$ make install OR go install -ldflags="-s -w" .