📝 Updated the README.md

It now includes a section for installing ffmpeg.
This commit is contained in:
corner 2019-09-17 17:11:04 +02:00
parent 72d934713a
commit 785767b5b9
1 changed files with 2 additions and 0 deletions

View File

@ -7,3 +7,5 @@ git clone https://gitea.arnweb.nl/corner/Cassettea-api-node.git && cd Cassettea-
npm install
DEBUG=Cassettea-api-node:* npm start
```
Also make sure that you have a [ffmpeg](https://ffmpeg.org) executable file in `bin/ffmpeg`. Without this, the audio downloader will _not_ work.