Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kaimi-io/yandex-music-download.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaimi <kaimi-@users.noreply.github.com>2021-05-07 21:07:22 +0300
committerGitHub <noreply@github.com>2021-05-07 21:07:22 +0300
commitd3e609df3ec0773c088fa3eb38d23b7073f049fd (patch)
tree3574066335e9eb8985dc466f1d968f7f87a08203
parentd6f41feb7cca3689b4afed9f2fd6b943a8d283f8 (diff)
parent13a3a9fc0d66e927026905f4eca92a66f42a8e4f (diff)
Merge pull request #29 from nett00n/master
fix pwd
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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