branch: externals/ellama
commit 75ed340a4d231be01b5be5cc8ee3e33c5be7d310
Author: Sergey Kostyaev <[email protected]>
Commit: Sergey Kostyaev <[email protected]>
add ollama into installation instructions
---
README.md | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/README.md b/README.md
index cfa5180094..3dc3ad0424 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,11 @@ preferred text editor.
## Installation
+Firstly, you need to install
+[ollama](https://github.com/jmorganca/ollama) and pull
+[zephyr](https://ollama.ai/library/zephyr) (default model) or any
+other model from [library](https://ollama.ai/library) (in that case
+you should customize `ellama-model`)
You can now install the package `ellama` from
[MELPA](https://melpa.org/#/getting-started). Just `M-x`
`package-install`<kbd>Enter</kbd> `ellama` <kbd>Enter</kbd>.