diff --git a/README.md b/README.md index 8773a0d515a..ac676eb934f 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,10 @@ bash ./models/download-ggml-model.sh base.en Now build the [main](examples/main) example and transcribe an audio file like this: ```bash +# Note: an active internet connection is needed for download of samples. +# requirements Fedora +sudo dnf install wget gcc-c++ + # build the main example make