Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 56c9805

Browse files
authored
add alias doc
1 parent ded5e8e commit 56c9805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation.md

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

104104
```shell
105-
echo "alias gtt='docker run --rm -it -v ~:/root kriskbx/gitlab-time-tracker'" >>~/.bashrc
105+
echo "alias gtt='docker run --rm -it -v ~:/root -v $(pwd):/pwd kriskbx/gitlab-time-tracker'" >>~/.bashrc
106106
```
107107

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

0 commit comments

Comments
 (0)