From be3f21c71c52e1910fb97e59f26f227b548a91c1 Mon Sep 17 00:00:00 2001
From: Nikita Lukianets <n.lukianets@openethics.ai>
Date: Sat, 10 Aug 2024 12:32:05 +0300
Subject: [PATCH] Install Ollama with winget

---
 README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README.md b/README.md
index 7c606e1c..e16ec9ce 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,11 @@ Get up and running with large language models.
 
 [Download](https://ollama.com/download/OllamaSetup.exe)
 
+or using Winget
+```
+winget install --id=Ollama.Ollama  -e
+```
+
 ### Linux
 
 ```