Skip to content

Commit

Permalink
add binaries to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskbx committed Oct 4, 2018
1 parent 7796cd3 commit 565d24e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 565d24e

Please sign in to comment.