Skip to content

Commit

Permalink
feat: add install via package manager for Arch Linux in README (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
mek-yt authored Jun 3, 2024
1 parent 415e6fa commit 2de0ae7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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.**
Expand Down

0 comments on commit 2de0ae7

Please sign in to comment.