From 565d24ed96493369d4a36def4c32268de9f88f8a Mon Sep 17 00:00:00 2001 From: kriskbx Date: Thu, 4 Oct 2018 17:31:17 +0200 Subject: [PATCH] add binaries to docs --- documentation.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/documentation.md b/documentation.md index 448bae2..62ae72b 100644 --- a/documentation.md +++ b/documentation.md @@ -27,12 +27,14 @@ ## installation -Install the gtt command line interface using yarn: +Install the gtt command line interface using yarn: ```shell yarn global add gitlab-time-tracker --prefix /usr/local ``` +... or download a compiled binary from [here](https://github.com/kriskbx/gitlab-time-tracker/releases) and put it into your `PATH`. + Run the config command to create a config file and open it in your default editor. In linux terminal, you must set your preferred editor in the environment. For example, use `export EDITOR=vim` to edit the files with vim (put this in `.bashrc` or similar to have it always configured). If nothing happens, open the file manually: `~/.gtt/config.yml` - on Windows: `C:\Users\YourUserName\.gtt\config.yml`