Update README.md

whisper-cli is first available in Release
This commit is contained in:
Yoong Hor Meng 2025-11-08 11:43:38 +08:00 committed by GitHub
parent 999a7e0cbf
commit df2aafdf78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ cmake -B build
cmake --build build -j --config Release
# transcribe an audio file
./build/bin/whisper-cli -f samples/jfk.wav
./build/bin/Release/whisper-cli -f samples/jfk.wav
```
---