Skip to content

Commit 80174ce

Browse files
committed
Add some Windows specifics to readme
1 parent db0f564 commit 80174ce

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

readme.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ Install the gtt command line interface using yarn:
4040
yarn 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
4646
npm install -g gitlab-time-tracker
4747
```
4848

4949
Run 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
5353
gtt config
@@ -145,6 +145,8 @@ If a local configuration file is present it will extend of the global one and ov
145145
If you don't want to extend the global configuration file, set the `extend` option in your local config to `false`.
146146
So 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

150152
Time tracking enables you to monitor the time you spent on an issue or merge request locally.

0 commit comments

Comments
 (0)