Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 565d24e

Browse files
committed
add binaries to docs
1 parent 7796cd3 commit 565d24e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

documentation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,14 @@
2727

2828
## installation
2929

30-
Install the gtt command line interface using yarn:
30+
Install the gtt command line interface using yarn:
3131

3232
```shell
3333
yarn global add gitlab-time-tracker --prefix /usr/local
3434
```
3535

36+
... or download a compiled binary from [here](https://github.com/kriskbx/gitlab-time-tracker/releases) and put it into your `PATH`.
37+
3638
Run the config command to create a config file and open it in your default editor.
3739
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).
3840
If nothing happens, open the file manually: `~/.gtt/config.yml` - on Windows: `C:\Users\YourUserName\.gtt\config.yml`

0 commit comments

Comments
 (0)