Skip to content

Commit d3760ff

Browse files
authored
Update README.md
1 parent d2bf49b commit d3760ff

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ Node.js bindings for OpenAI's Whisper model.
2222

2323
## Installation
2424

25+
1. Install ffmpeg
26+
27+
```bash
28+
sudo apt update
29+
sudo apt install redis-server ffmpeg
30+
```
31+
2532
1. Install nodejs-whisper with npm
2633

2734
```bash

0 commit comments

Comments
 (0)