From a08b3a8b3aa1d2a29a6395658bfe262758f4e7d7 Mon Sep 17 00:00:00 2001 From: pat-e Date: Fri, 5 Dec 2025 22:30:42 +0100 Subject: [PATCH] docs: Add pre-compiled binaries section to README. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index c43a26e..a2053fa 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,13 @@ This is a Go port of the `av1_opus_encoder.py` script, designed to be compiled into a standalone executable. +## Pre-compiled Binaries + +Pre-compiled binaries are available in the root directory: + +- **Windows**: `av1-encoder.exe` +- **Linux**: `av1-encoder-linux` (ensure you run `chmod +x av1-encoder-linux` before executing) + ## Prerequisites - **Go 1.21+**: Required to compile the code.