We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ded5e8e commit 56c9805Copy full SHA for 56c9805
documentation.md
@@ -102,7 +102,7 @@ docker run \
102
I highly recommend creating an alias and adding it to your `bashrc`:
103
104
```shell
105
-echo "alias gtt='docker run --rm -it -v ~:/root kriskbx/gitlab-time-tracker'" >>~/.bashrc
+echo "alias gtt='docker run --rm -it -v ~:/root -v $(pwd):/pwd kriskbx/gitlab-time-tracker'" >>~/.bashrc
106
```
107
108
Now you can simply write `gtt` instead of the bulky Docker command before. Try it out: `gtt --help`
0 commit comments