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 35b8f91 commit 518c749Copy full SHA for 518c749
readme.md
@@ -127,7 +127,7 @@ docker run \
127
I highly recommend creating an alias and adding it to your `bashrc`:
128
129
```shell
130
-echo "alias gtt='docker run --rm -it -v ~:/root kriskbx/gitlab-time-tracker'" >>~/.bash_rc
+echo "alias gtt='docker run --rm -it -v ~:/root kriskbx/gitlab-time-tracker'" >>~/.bashrc
131
```
132
133
Now you can simply write `gtt` instead of the bulky Docker command before. Try it out: `gtt --help`
0 commit comments