summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index fa8c3a9..9d8fe1b 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,12 @@ could use LLM's.
make llamacpp
```
-2. Build the prompt binary:
+2. Download models
+ ```bash
+ make fetchmodels
+ ```
+
+3. Build the prompt binary:
```bash
make prompt
```