From 81d7711a9553e71845ebb0fb698b48d546a400ba Mon Sep 17 00:00:00 2001 From: Salman Faroz Date: Sun, 13 Oct 2024 13:17:16 +0530 Subject: [PATCH] Updating the Quick start navigating into the directory --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9be07bbcd05..2393fe49636 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