From 925a80b56ebdbc077134c6002478bfc5345dbfd8 Mon Sep 17 00:00:00 2001 From: Sergey Belov Date: Tue, 19 Jul 2022 14:39:59 +0300 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 ```