diff --git a/README.md b/README.md index f77aae5..0570f2f 100644 --- a/README.md +++ b/README.md @@ -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*