Skip to content

Commit

Permalink
README.md: remove unnecessary -it
Browse files Browse the repository at this point in the history
  • Loading branch information
KFERMercer committed Jan 2, 2025
1 parent 0d114d5 commit 10e75d9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
- Run once:
```shell
docker run -it --rm \
docker run --rm \
-v /path/to/recdir:/save \
-v /path/to/logdir:/log \
-e TZ=UTC \
Expand Down Expand Up @@ -198,7 +198,7 @@
sh -c "$(curl -s -L https://raw.githubusercontent.com/KFERMercer/chaturbate-grabber/master/ctbcap)" @ -h
# Docker run
docker run -it --rm ctbcap -h
docker run --rm ctbcap -h
```

<br>
Expand All @@ -214,7 +214,7 @@ docker run -it --rm ctbcap -h
sh -c "$(curl -s -L https://raw.githubusercontent.com/KFERMercer/chaturbate-grabber/master/ctbcap)" @ -f /path/to/recdir your_girl
# Docker run
docker run -it --rm -v /path/to/recdir:/save ctbcap your_girl
docker run --rm -v /path/to/recdir:/save ctbcap your_girl
```

<br>
Expand All @@ -230,7 +230,7 @@ docker run -it --rm -v /path/to/recdir:/save ctbcap your_girl
sh -c "$(curl -s -L https://raw.githubusercontent.com/KFERMercer/chaturbate-grabber/master/ctbcap)" @ -f /path/to/recdir -c 0 your_girl
# Docker run
docker run -it --rm -v /path/to/recdir:/save ctbcap -c 0 your_girl
docker run --rm -v /path/to/recdir:/save ctbcap -c 0 your_girl
```

<br>
Expand All @@ -246,7 +246,7 @@ docker run -it --rm -v /path/to/recdir:/save ctbcap -c 0 your_girl
sh -c "$(curl -s -L https://raw.githubusercontent.com/KFERMercer/chaturbate-grabber/master/ctbcap)" @ -f /path/to/recdir -c 1800 your_girl
# Docker run
docker run -it --rm -v /path/to/recdir:/save ctbcap -c 1800 your_girl
docker run --rm -v /path/to/recdir:/save ctbcap -c 1800 your_girl
```
<br>
Expand All @@ -262,7 +262,7 @@ docker run -it --rm -v /path/to/recdir:/save ctbcap -c 1800 your_girl
sh -c "$(curl -s -L https://raw.githubusercontent.com/KFERMercer/chaturbate-grabber/master/ctbcap)" @ -l your_girl
# Docker run
docker run -it --rm ctbcap -l your_girl
docker run --rm ctbcap -l your_girl
```
<br>
Expand Down

0 comments on commit 10e75d9

Please sign in to comment.