From 7b0828035547413b0673c15085f57f072edf1d6b Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Tue, 18 Jul 2023 13:31:25 -0700 Subject: [PATCH] move download to the top of `README.md` --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 28e49662..8476803c 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,12 @@ Create, run, and share self-contained large language models (LLMs). Ollama bundl > Note: Ollama is in early preview. Please report any issues you find. +## Download + +- [Download](https://ollama.ai/download) for macOS on Apple Silicon (Intel coming soon) +- Download for Windows and Linux (coming soon) +- Build [from source](#building) + ## Examples ### Quickstart @@ -44,12 +50,6 @@ ollama run mario Hello! It's your friend Mario. ``` -## Install - -- [Download](https://ollama.ai/download) for macOS on Apple Silicon (Intel coming soon) -- Download for Windows and Linux (coming soon) -- Build [from source](#building) - ## Model library Ollama includes a library of open-source, pre-trained models. More models are coming soon.