We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd46f7a commit 04b558fCopy full SHA for 04b558f
1 file changed
README.md
@@ -22,11 +22,11 @@ Node.js bindings for OpenAI's Whisper model.
22
23
## Installation
24
25
-1. Install ffmpeg
+1. Install ffmpeg and make tools
26
27
```bash
28
sudo apt update
29
-sudo apt install ffmpeg
+sudo apt install ffmpeg build-essential
30
```
31
32
1. Install nodejs-whisper with npm
@@ -38,6 +38,8 @@ sudo apt install ffmpeg
38
39
npx nodejs-whisper download
40
41
+
42
+- NOTE: user may need to install make tool
43
44
## Usage/Examples
45
0 commit comments