move download to the top of README.md
This commit is contained in:
parent
e3cc4d5eac
commit
7b08280355
1 changed files with 6 additions and 6 deletions
12
README.md
12
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.
|
||||
|
|
Loading…
Reference in a new issue