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

Commit e68fb7a

Browse files
authored
Merge pull request #40 from bobvandevijver/patch-2
Added documentation line on default editor
2 parents e5527de + ba2feef commit e68fb7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ npm install -g gitlab-time-tracker
5555
```
5656

5757
Run the config command to create a config file and open it in your default editor.
58+
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).
5859
If nothing happens, open the file manually: `~/.gtt/config.yml` - on Windows: `C:\Users\YourUserName\.gtt\config.yml`
5960

6061
```shell

0 commit comments

Comments
 (0)