FIX alias command in README to reference correct dir

This commit is contained in:
CaffeineFueled 2024-10-06 20:49:37 +02:00
parent 5cee94b22e
commit be5ec0a067
Signed by: CaffeineFueled
GPG key ID: 739D3C8D00944004

View file

@ -25,7 +25,7 @@ podman run --rm \
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*