README.md: add macports install option to README (#848)
This commit is contained in:
@@ -88,10 +88,11 @@ Real time log streaming:
|
|||||||
llama-swap can be installed in multiple ways
|
llama-swap can be installed in multiple ways
|
||||||
|
|
||||||
1. Docker
|
1. Docker
|
||||||
2. Homebrew (OSX and Linux)
|
2. Homebrew (macOS and Linux)
|
||||||
3. WinGet
|
3. MacPorts (macOS)
|
||||||
4. From release binaries
|
4. WinGet
|
||||||
5. From source
|
5. From release binaries
|
||||||
|
6. From source
|
||||||
|
|
||||||
### Docker Install ([download images](https://github.com/mostlygeek/llama-swap/pkgs/container/llama-swap))
|
### 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
|
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)
|
### WinGet Install (Windows)
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
|
|||||||
Reference in New Issue
Block a user