From 7628790ec0410ca162aca371d0721dbcecffe41f Mon Sep 17 00:00:00 2001 From: Jack <5182053+phyzical@users.noreply.github.com> Date: Sat, 20 Jul 2024 22:20:42 +0800 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f4d87f8..6601c10 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ PLEASE NOTE: Install from [npm](https://www.npmjs.com/package/spotify-dl) registry ```sh -npm install -g spotify-dl +npm install -g https://github.com/swapnilsoni1999/spotify-dl ``` or You can do manually @@ -57,7 +57,13 @@ sh -c "$(curl -fsSL https://raw.githubusercontent.com/SwapnilSoni1999/spotify-dl #### Docker -Build docker image: + + +```sh +docker run ghcr.io/swapnilsoni1999/spotify-dl +``` + +or Build docker image: ```sh git clone https://github.com/SwapnilSoni1999/spotify-dl @@ -65,6 +71,7 @@ cd spotify-dl docker build -t spotify-dl . ``` +