From 8e84b2ec4f7c44b9fda8c91e38d9e50015583e1b Mon Sep 17 00:00:00 2001 From: Wojciech <207363903+oytech@users.noreply.github.com> Date: Tue, 16 Jun 2026 00:58:24 +0200 Subject: [PATCH] README.md: add macports install option to README (#848) --- README.md | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 254f3dec..09d4256e 100644 --- a/README.md +++ b/README.md @@ -88,10 +88,11 @@ Real time log streaming: llama-swap can be installed in multiple ways 1. Docker -2. Homebrew (OSX and Linux) -3. WinGet -4. From release binaries -5. From source +2. Homebrew (macOS and Linux) +3. MacPorts (macOS) +4. WinGet +5. From release binaries +6. From source ### Docker Install ([download images](https://github.com/mostlygeek/llama-swap/pkgs/container/llama-swap)) @@ -155,6 +156,16 @@ brew install llama-swap llama-swap --config path/to/config.yaml --listen localhost:8080 ``` +### MacPorts (macOS) + +> [!NOTE] +> Maintained by MacPorts community - [llama-swap port](https://ports.macports.org/port/llama-swap). It is not an official part of llama-swap. + +```shell +sudo port install llama-swap +llama-swap --config path/to/config.yaml --listen localhost:8080 +``` + ### WinGet Install (Windows) > [!NOTE]