Skip to content

Commit 04b558f

Browse files
authored
Update README.md
1 parent bd46f7a commit 04b558f

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ Node.js bindings for OpenAI's Whisper model.
2222

2323
## Installation
2424

25-
1. Install ffmpeg
25+
1. Install ffmpeg and make tools
2626

2727
```bash
2828
sudo apt update
29-
sudo apt install ffmpeg
29+
sudo apt install ffmpeg build-essential
3030
```
3131

3232
1. Install nodejs-whisper with npm
@@ -38,6 +38,8 @@ sudo apt install ffmpeg
3838
```bash
3939
npx nodejs-whisper download
4040
```
41+
42+
- NOTE: user may need to install make tool
4143

4244
## Usage/Examples
4345

0 commit comments

Comments
 (0)