Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
phyzical authored Jul 20, 2024
1 parent 3f52b7d commit 7628790
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -57,14 +57,21 @@ 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
cd spotify-dl
docker build -t spotify-dl .
```


<hr>

# Usage
Expand Down

0 comments on commit 7628790

Please sign in to comment.