From: Salman Faroz Date: Mon, 14 Oct 2024 07:44:57 +0000 (+0530) Subject: readme : update the Quick Start section (#2475) X-Git-Tag: upstream/1.7.4~328 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=746d17359269bd4e919223238563bb91f4d7d9fb;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp readme : update the Quick Start section (#2475) navigating into the directory --- diff --git a/README.md b/README.md index 9be07bbc..2393fe49 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,12 @@ First clone the repository: git clone https://github.com/ggerganov/whisper.cpp.git ``` +Navigate into the directory: + +``` +cd whisper.cpp +``` + Then, download one of the Whisper [models](models/README.md) converted in [`ggml` format](#ggml-format). For example: ```bash