From 13a3a9fc0d66e927026905f4eca92a66f42a8e4f Mon Sep 17 00:00:00 2001 From: Vladimir Budylnikov Date: Fri, 7 May 2021 14:04:06 +0300 Subject: [PATCH] fix pwd There must be or PWD variable( `${PWD}` or `$PWD` ) or pwd call ( `$(pwd)` ) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4970596..8578083 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ perl ya.pl -h git clone https://github.com/kaimi-io/yandex-music-download.git cd yandex-music-download docker build --tag yandex-music-downloader:1.0 . -docker run --init --rm -v $(PWD):/root/ --name yamusic yandex-music-downloader:1.0 -d /root --cookie "Session_id=..." -u https://music.yandex.ru/album/215688/track/1710808 +docker run --init --rm -v ${PWD}:/root/ --name yamusic yandex-music-downloader:1.0 -d /root --cookie "Session_id=..." -u https://music.yandex.ru/album/215688/track/1710808 ``` ## Usage