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:
authorSergey Belov <kaimi-@users.noreply.github.com>2022-07-19 14:39:59 +0300
committerGitHub <noreply@github.com>2022-07-19 14:39:59 +0300
commit925a80b56ebdbc077134c6002478bfc5345dbfd8 (patch)
tree244acb4a7b4e7908f8a954494b081c058f70e8dc
parentc511af0b5dec7b58d2d8d38893d1a2112de32fa5 (diff)
Update README.md
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6ab5fac..e0360e8 100644
--- a/README.md
+++ b/README.md
@@ -98,11 +98,18 @@ perl ya.pl -h
### Docker
1. Install Docker (https://docs.docker.com/get-docker/).
-2. Run:
+2. Pull image from Docker Hub (https://hub.docker.com/r/ka1mi/yandex-music-downloader):
+```bash
+docker pull ka1mi/yandex-music-downloader:latest
+```
+3. Or build it:
```bash
git clone https://github.com/kaimi-io/yandex-music-download.git
cd yandex-music-download
docker build --tag yandex-music-downloader:1.0 .
+```
+4. Run:
+```bash
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
```