readme : update the Quick Start section (#2475)

navigating into the directory
This commit is contained in:
Salman Faroz 2024-10-14 13:14:57 +05:30 committed by GitHub
parent fdbfb460ed
commit 746d173592
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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