From b5b1a26941c7cb2d58b38614c599a381eb573575 Mon Sep 17 00:00:00 2001 From: Amith Koujalgi Date: Sat, 27 Jul 2024 23:52:00 +0530 Subject: [PATCH] updated README.md Signed-off-by: Amith Koujalgi --- README.md | 25 ++++++++----------------- 1 file changed, 8 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 0766db9..9486473 100644 --- a/README.md +++ b/README.md @@ -70,38 +70,36 @@ Find more details on the [website](https://ollama4j.github.io/ollama4j/). ![Java](https://img.shields.io/badge/Java-11_+-green.svg?style=for-the-badge&labelColor=gray&label=Java&color=orange) +![Ollama](https://img.shields.io/badge/v0.3.0-green.svg?style=for-the-badge&labelColor=gray&label=Ollama&color=blue) + + @@ -132,13 +130,6 @@ docker run -d -p 11434:11434 \
-[![][ollama-shield]][ollama-link] +Local Installation -[![][ollama-docker-shield]][ollama-docker] +Docker Installation
+Download for macOS +Download for Windows -macOS - -https://ollama.com/download/Ollama-darwin.zip - -Linux +Install on Linux ```shell curl -fsSL https://ollama.com/install.sh \| sh ``` -Windows - -https://ollama.com/download/OllamaSetup.exe
-[ollama-link]: https://ollama.ai/ - -[ollama-shield]: https://img.shields.io/badge/Ollama-Local_Installation-blue.svg?style=for-the-badge&labelColor=gray - -[ollama-docker]: https://hub.docker.com/r/ollama/ollama - -[ollama-docker-shield]: https://img.shields.io/badge/Ollama-Docker-blue.svg?style=for-the-badge&labelColor=gray ## Installation