From 746d17359269bd4e919223238563bb91f4d7d9fb Mon Sep 17 00:00:00 2001 From: Salman Faroz Date: Mon, 14 Oct 2024 13:14:57 +0530 Subject: [PATCH] readme : update the Quick Start section (#2475) navigating into the directory --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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