From 6c53a48c5c60b396faffd36c343c716ef925c909 Mon Sep 17 00:00:00 2001 From: zazaqoo <125682011+zazaqoo@users.noreply.github.com> Date: Mon, 1 May 2023 15:28:48 +0600 Subject: [PATCH] fix of the installation method --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce5f971..0f3fc1c 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Для запуска скрипта требуется Python 3.8+ ``` git clone https://github.com/llistochek/yandex-music-downloader.git -cd yandex-music-download +cd yandex-music-downloader pip install -r requirements.txt python3 main.py ```