Installation

Downloading the binaries directly

The easiest way to download is to get a binary directly from the releases page. Or also from your terminal:

$ wget https://github.com/dhuan/giback/releases/download/v0.1.1/giback_v0.1.1_linux-386.tgz
$ tar xzvf giback_v0.1.1_linux-386.tgz
$ chmod u+x giback
$ ./giback --help

From source

$ git clone
$ cd giback
$ make build
$ ./bin/giback --help

Giback’s execution logic is independent of which directory you’re currently located. You can make it easier to execute Giback without needing to be at the source code folder:

$ ln -s ./bin/giback ~/bin/giback
$ giback --help