]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
readme : update the Quick Start section (#2475)
authorSalman Faroz <redacted>
Mon, 14 Oct 2024 07:44:57 +0000 (13:14 +0530)
committerGitHub <redacted>
Mon, 14 Oct 2024 07:44:57 +0000 (10:44 +0300)
navigating into the directory

README.md

index 9be07bbcd056eb0280328ce0f8eca78df2769126..2393fe49636af7217afaf86d1d29aa4a99cc82f7 100644 (file)
--- 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