Commit 72dcc952 authored by tusharhero's avatar tusharhero
Browse files

Add Installation instructions for Archlinux

Pacman is the recommended installation method. And the package is in
the official repository, so makes sense to mention it in the README.
parent 90860b6a
...@@ -25,6 +25,13 @@ Coming soon! ...@@ -25,6 +25,13 @@ Coming soon!
curl https://ollama.ai/install.sh | sh curl https://ollama.ai/install.sh | sh
``` ```
### Arch-Linux
Ollama is available in the `extra` repository on Arch-Linux. This command is supposed to be run as root.
```
# pacman -S ollama
```
[Manual install instructions](https://github.com/jmorganca/ollama/blob/main/docs/linux.md) [Manual install instructions](https://github.com/jmorganca/ollama/blob/main/docs/linux.md)
### Docker ### Docker
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment