Skip to content

Commit

Permalink
README.md: add bracket for example path
Browse files Browse the repository at this point in the history
  • Loading branch information
KFERMercer committed Jan 3, 2025
1 parent 4f6a44e commit 10a56e5
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@
```shell
docker run -t --rm \
-v /path/to/recdir:/save \
-v /path/to/logdir:/log \
-v </path/to/recdir>:/save \
-v </path/to/logdir>:/log \
-e TZ=UTC \
ctbcap -h
```
Expand Down Expand Up @@ -182,13 +182,13 @@ docker run -t --rm ctbcap -h

```shell
# Raw ENV
./ctbcap -f /path/to/recdir your_girl
./ctbcap -f </path/to/recdir> your_girl
# In One-Command run:
sh -c "$(curl -s -L https://raw.githubusercontent.com/KFERMercer/chaturbate-grabber/master/ctbcap)" @ -f /path/to/recdir your_girl
sh -c "$(curl -s -L https://raw.githubusercontent.com/KFERMercer/chaturbate-grabber/master/ctbcap)" @ -f </path/to/recdir> your_girl
# Docker run
docker run -t --rm -v /path/to/recdir:/save ctbcap your_girl
docker run -t --rm -v </path/to/recdir>:/save ctbcap your_girl
```

<br>
Expand All @@ -197,13 +197,13 @@ docker run -t --rm -v /path/to/recdir:/save ctbcap your_girl

```shell
# Raw ENV
./ctbcap -f /path/to/recdir -c 0 your_girl
./ctbcap -f </path/to/recdir> -c 0 your_girl
# In One-Command run:
sh -c "$(curl -s -L https://raw.githubusercontent.com/KFERMercer/chaturbate-grabber/master/ctbcap)" @ -f /path/to/recdir -c 0 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 -t --rm -v /path/to/recdir:/save ctbcap -c 0 your_girl
docker run -t --rm -v </path/to/recdir>:/save ctbcap -c 0 your_girl
```

<br>
Expand All @@ -212,13 +212,13 @@ docker run -t --rm -v /path/to/recdir:/save ctbcap -c 0 your_girl
```shell
# Raw ENV
./ctbcap -f /path/to/recdir -c 1800 your_girl
./ctbcap -f </path/to/recdir> -c 1800 your_girl
# In One-Command run:
sh -c "$(curl -s -L https://raw.githubusercontent.com/KFERMercer/chaturbate-grabber/master/ctbcap)" @ -f /path/to/recdir -c 1800 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 -t --rm -v /path/to/recdir:/save ctbcap -c 1800 your_girl
docker run -t --rm -v </path/to/recdir>:/save ctbcap -c 1800 your_girl
```
<br>
Expand All @@ -242,10 +242,10 @@ docker run -t --rm ctbcap -l your_girl
```shell
# All daemons:
docker compose -f /path/to/local/repo/compose.yml logs -f
docker compose -f </path/to/local/repo/compose.yml> logs -f
# Single model:
docker compose -f /path/to/local/repo/compose.yml logs -f your_girl
docker compose -f </path/to/local/repo/compose.yml> logs -f your_girl
```
<div align="center"><h2>Branch Description</h2></div>
Expand Down

0 comments on commit 10a56e5

Please sign in to comment.