docs: use OLLAMA_VERSION=0.5.7 for install version override (#8802)

This commit is contained in:
Melroy van den Berg 2025-02-03 22:54:08 +01:00 committed by GitHub
parent e806184023
commit bfdeffc375
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -152,7 +152,7 @@ Use `OLLAMA_VERSION` environment variable with the install script to install a s
For example:
```shell
curl -fsSL https://ollama.com/install.sh | OLLAMA_VERSION=0.3.9 sh
curl -fsSL https://ollama.com/install.sh | OLLAMA_VERSION=0.5.7 sh
```
## Viewing logs