Skip to content

Commit

Permalink
add git as a requriement
Browse files Browse the repository at this point in the history
  • Loading branch information
phyzical committed Aug 26, 2024
1 parent e9d08fe commit f66cd3b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ Get [FFMPEG](https://ffmpeg.org/download.html)

[Node.js 18](https://nodejs.org/en/download/package-manager/)

[git not windows](https://formulae.brew.sh/formula/git)
or
[git for windows](https://git-scm.com/download/win)

Note: if you run into issues related to puppeteer chromium download please try `PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true npm install -g spotify-dl`

#### spotifydl
Expand All @@ -32,8 +36,6 @@ PLEASE NOTE:

#### NPM

Install from [npm](https://www.npmjs.com/package/spotify-dl) registry

```sh
npm install -g https://github.com/swapnilsoni1999/spotify-dl
```
Expand All @@ -57,8 +59,6 @@ sh -c "$(curl -fsSL https://raw.githubusercontent.com/SwapnilSoni1999/spotify-dl

#### Docker



```sh
docker run ghcr.io/swapnilsoni1999/spotify-dl
```
Expand All @@ -71,7 +71,6 @@ cd spotify-dl
docker build -t spotify-dl .
```


<hr>

# Usage
Expand Down

0 comments on commit f66cd3b

Please sign in to comment.