From 72dcc952b675aa2f2b92ec883f35a89c8195002f Mon Sep 17 00:00:00 2001 From: tusharhero Date: Fri, 17 Nov 2023 23:13:40 +0530 Subject: [PATCH 1/3] 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. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 2e94a418..d976d5db 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,13 @@ Coming soon! 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) ### Docker From 786288829ec01d56684a2cf36b0aa2a61e2bd9d2 Mon Sep 17 00:00:00 2001 From: tusharhero Date: Fri, 17 Nov 2023 23:17:36 +0530 Subject: [PATCH 2/3] Make Archlinux a sub-heading of Linux. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d976d5db..acfe3a1c 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Coming soon! curl https://ollama.ai/install.sh | sh ``` -### Arch-Linux +#### Arch-Linux Ollama is available in the `extra` repository on Arch-Linux. This command is supposed to be run as root. ``` From e1cd3152c94770ce1a850198f54834fc11f451e4 Mon Sep 17 00:00:00 2001 From: tusharhero Date: Tue, 21 Nov 2023 16:28:50 +0530 Subject: [PATCH 3/3] Move Archlinux package to Community Integrations section. --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index acfe3a1c..794fd385 100644 --- a/README.md +++ b/README.md @@ -25,13 +25,6 @@ Coming soon! 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) ### Docker @@ -242,6 +235,7 @@ See the [API documentation](./docs/api.md) for all endpoints. - [gen.nvim](https://github.com/David-Kunz/gen.nvim) - [ollama.nvim](https://github.com/nomnivore/ollama.nvim) - [gptel Emacs client](https://github.com/karthink/gptel) +- [ollama package for archlinux](https://archlinux.org/packages/extra/x86_64/ollama/) ### Libraries