From 2de0ae79f633d32d021d06c96630b80b101956ba Mon Sep 17 00:00:00 2001 From: mekyt Date: Mon, 3 Jun 2024 17:23:56 +0200 Subject: [PATCH] feat: add install via package manager for Arch Linux in README (#52) --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 9bd754f..99a0501 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ - [Install ONNX Runtime](#install-onnx-runtime) - [Install dependencies](#install-dependencies) - [Compile and Install](#compile-and-install) +- [Install via a package manager] - [Run the server](#run-the-server) - [Docker](#docker) - [API](#api) @@ -92,6 +93,14 @@ sudo cmake --install build --prefix /usr/local/onnxruntime-server ---- +# Install via a package manager + +| OS | Method | Command | +|-------------------------------|------------|--------------------------------------------| +| Arch Linux | AUR | `yay -S onnxruntime-server` | + +---- + # Run the server - **You must enter the path option(`--model-dir`) where the models are located.**