From 99cc7f95664687850a25bf58e01d9956bec1ecfc Mon Sep 17 00:00:00 2001 From: Mohammadreza Hendiani Date: Sun, 17 Mar 2024 13:29:16 +0330 Subject: [PATCH] made note more clear --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 05e5540..ac676eb 100644 --- a/README.md +++ b/README.md @@ -80,11 +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++ -# note: you will need an active internet process for the download of samples - # build the main example make