From ac8180735131099bfd08e22b81fe876355c9bd5f Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Fri, 5 Jul 2024 18:25:17 +0900 Subject: [PATCH] Add link to Ollama website for installation. --- guides/getting-started/readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/guides/getting-started/readme.md b/guides/getting-started/readme.md index c9e0f1c..406ba89 100644 --- a/guides/getting-started/readme.md +++ b/guides/getting-started/readme.md @@ -10,6 +10,10 @@ Add the gem to your project: $ bundle add async-ollama ~~~ +### Ollama + +You'll also need to install and start Ollama. You can find instructions for doing so at [https://ollama.com](https://ollama.com). + ## Core Concepts - The {ruby Async::Ollama::Client} is used for interacting with the Ollama server.