SalmanFaroz commited on
Commit
1d23a03
·
unverified ·
1 Parent(s): 6d5166f

readme : update the Quick Start section (#2475)

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -72,6 +72,12 @@ First clone the repository:
72
  git clone https://github.com/ggerganov/whisper.cpp.git
73
  ```
74
 
 
 
 
 
 
 
75
  Then, download one of the Whisper [models](models/README.md) converted in [`ggml` format](#ggml-format). For example:
76
 
77
  ```bash
 
72
  git clone https://github.com/ggerganov/whisper.cpp.git
73
  ```
74
 
75
+ Navigate into the directory:
76
+
77
+ ```
78
+ cd whisper.cpp
79
+ ```
80
+
81
  Then, download one of the Whisper [models](models/README.md) converted in [`ggml` format](#ggml-format). For example:
82
 
83
  ```bash