FIX alias command in README to reference correct dir
This commit is contained in:
parent
5cee94b22e
commit
be5ec0a067
|
@ -25,7 +25,7 @@ podman run --rm \
|
||||||
|
|
||||||
Add to config:
|
Add to config:
|
||||||
|
|
||||||
`alias yt-dlp="podman run --rm -v $PWD:/app localhost/yt-dlp-docker:2024.09.27"`
|
`alias yt-dlp="podman run --rm -v .:/app localhost/yt-dlp-docker:2024.09.27"`
|
||||||
|
|
||||||
*Note: with this alias we are going to download right in the current directory you are in*
|
*Note: with this alias we are going to download right in the current directory you are in*
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue