Skip to content

Commit 518c749

Browse files
authored
fix readme command
1 parent 35b8f91 commit 518c749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ docker run \
127127
I highly recommend creating an alias and adding it to your `bashrc`:
128128

129129
```shell
130-
echo "alias gtt='docker run --rm -it -v ~:/root kriskbx/gitlab-time-tracker'" >>~/.bash_rc
130+
echo "alias gtt='docker run --rm -it -v ~:/root kriskbx/gitlab-time-tracker'" >>~/.bashrc
131131
```
132132

133133
Now you can simply write `gtt` instead of the bulky Docker command before. Try it out: `gtt --help`

0 commit comments

Comments
 (0)