Skip to content

Commit

Permalink
ctbcap: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
KFERMercer committed Dec 30, 2024
1 parent de93d0c commit c902bc8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ARG BUILD_TARGET

RUN <<EOT
[ ${BUILD_TARGET} = "fat" ] || {
echo "Shipping fat build"
echo "Skipping fat build"
exit 0
}
apk add --no-cache ffmpeg
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
- **Run as Daemon (man!!)**:
1. Custome your own docker-compose file:
1. Custom your own docker-compose file:
```shell
cat ./docker-compose.sample.yml > ./compose.yml
Expand Down Expand Up @@ -278,13 +278,13 @@ docker compose -f /path/to/local/repo/compose.yml logs -f
docker compose -f /path/to/local/repo/compose.yml logs -f your_girl
```
<div align="center"><h2>Branchs Explains</h2></div>
<div align="center"><h2>Branches Explains</h2></div>
<br>
[`master`](https://github.com/KFERMercer/chaturbate-grabber/tree/master): Main Branch. Use this branch for practical purposes.
[`dev`](https://github.com/KFERMercer/chaturbate-grabber/tree/dev): Development Branch. Includes latest features and optimizations, But it may be unstable.
[`dev`](https://github.com/KFERMercer/chaturbate-grabber/tree/dev): Development Branch. Includes latest features and optimizations. But it may be unstable.
##
Expand Down
2 changes: 1 addition & 1 deletion ctbcap
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ doc() {
echo "-l [L]ink Mode. Capture Stream"
echo " Link but don't recording it."
echo
echo "-o </path/to/logdir> L[o]ging files will save to"
echo "-o </path/to/logdir> L[o]gging files will save to"
echo " this path."
echo " Default: <recdir>/log/"
echo " NO Change if Runs in Docker."
Expand Down

0 comments on commit c902bc8

Please sign in to comment.