Skip to content

Commit

Permalink
Add ffmpeg in requirements (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakmahakale committed Sep 23, 2020
1 parent b239730 commit 9033250
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Expand Up @@ -20,9 +20,12 @@ in future.

### Installation

Please make sure that you have `node v6.x` or latest
and
`npm v5.x` or latest versions installed on your machine.
Please make sure that you have the following:

- `node v6.x` or latest
- `npm v5.x` or latest versions installed on your machine
- `ffmpeg` (install using `sudo apt-get install ffmpeg` on ubuntu)


```
npm install -g music-dl
Expand Down

0 comments on commit 9033250

Please sign in to comment.