From be5ec0a0676224b8d55938e17e7f661e3c188cde Mon Sep 17 00:00:00 2001 From: CaffeineFueled Date: Sun, 6 Oct 2024 20:49:37 +0200 Subject: [PATCH] FIX alias command in README to reference correct dir --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*