File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -40,14 +40,14 @@ Install the gtt command line interface using yarn:
4040yarn global add gitlab-time-tracker --prefix /usr/local
4141```
4242
43- ... or using npm:
43+ ... or using npm (recommended on ** Windows ** operating systems) :
4444
4545``` shell
4646npm install -g gitlab-time-tracker
4747```
4848
4949Run the config command to create a config file and open it in your default editor.
50- If nothing happens, open the file manually: ` ~/.gtt/config.yml `
50+ If nothing happens, open the file manually: ` ~/.gtt/config.yml ` - on Windows: ` C:\Users\YourUserName\.gtt\config.yml `
5151
5252``` shell
5353gtt config
@@ -145,6 +145,8 @@ If a local configuration file is present it will extend of the global one and ov
145145If you don't want to extend the global configuration file, set the ` extend ` option in your local config to ` false ` .
146146So you can use gtt easily on a per project basis. Make sure to add .gtt.yml to your gitignore file if using a local configuration.
147147
148+ If nothing happens, open the file manually: ` ~/.gtt/config.yml ` - on Windows: ` C:\Users\YourUserName\.gtt\config.yml `
149+
148150### II) time tracking
149151
150152Time tracking enables you to monitor the time you spent on an issue or merge request locally.
You can’t perform that action at this time.
0 commit comments