0

Merge pull request #29 from nett00n/master

fix pwd
This commit is contained in:
Kaimi
2021-05-07 21:07:22 +03:00
committed by GitHub

View File

@@ -102,7 +102,7 @@ perl ya.pl -h
git clone https://github.com/kaimi-io/yandex-music-download.git git clone https://github.com/kaimi-io/yandex-music-download.git
cd yandex-music-download cd yandex-music-download
docker build --tag yandex-music-downloader:1.0 . 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 ## Usage