From 9d3652db58082dc2fead8dbeb33d191a6f385528 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Thu, 4 Jan 2024 17:12:19 -0800 Subject: [PATCH] docs: :memo: requirement links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 76331188f..3c892e964 100644 --- a/README.md +++ b/README.md @@ -199,12 +199,12 @@ While we strongly recommend using our convenient Docker container installation f The Ollama Web UI consists of two primary components: the frontend and the backend (which serves as a reverse proxy, handling static frontend files, and additional features). Both need to be running concurrently for the development environment. > [!IMPORTANT] -> Backend required for proper functionality +> The backend is required for proper functionality ### Requirements 📦 -- 🐰 Bun >= 1.0.0 -- 🐍 Python >= 3.11 +- 🐰 [Bun](https://bun.sh) >= 1.0.21 or 🐢 [Node.js](https://nodejs.org/en) >= 20.10 +- 🐍 [Python](https://python.org) >= 3.11 ### Build and Install 🛠️