fix pwd
There must be or PWD variable( `${PWD}` or `$PWD` ) or pwd call ( `$(pwd)` )
This commit is contained in:
committed by
GitHub
parent
d6f41feb7c
commit
13a3a9fc0d
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user