add Windows build support to Makefile (#54)

This commit is contained in:
daschiller
2025-02-19 02:24:31 +01:00
committed by GitHub
parent 24089d2d9c
commit 7187cfe52e
2 changed files with 6 additions and 2 deletions

View File

@@ -189,7 +189,6 @@ Pre-built binaries are available for Linux, FreeBSD and Darwin (OSX). These are
1. Create a configuration file, see [config.example.yaml](config.example.yaml)
1. Download a [release](https://github.com/mostlygeek/llama-swap/releases) appropriate for your OS and architecture.
- _Note: Windows currently untested._
1. Run the binary with `llama-swap --config path/to/config.yaml`
### Building from source