From e4d7951ab6bec57049ee6e0c457a909a742d51fc Mon Sep 17 00:00:00 2001 From: Raz Besaleli Date: Mon, 24 Nov 2025 21:26:37 +0400 Subject: [PATCH 1/2] update --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2db4b8e..7a2a041 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ curl -fsSL https://raw.githubusercontent.com/mozilla-ai/encoderfile/main/install chmod +x encoderfile ``` -> **Note for Windows users:** Pre-built binaries are not available for Windows. Please see [BUILDING.md](BUILDING.md) for instructions on building from source. +> **Note for Windows users:** Pre-built binaries are not available for Windows. Please see our guide on [building from source](https://mozilla-ai.github.io/encoderfile/latest/reference/building/) for instructions on building from source. Move the binary to a location in your PATH: ```bash @@ -151,7 +151,7 @@ mv encoderfile ~/.local/bin/ ### Option 2: Build CLI Tool from Source -See [BUILDING.md](BUILDING.md) for detailed instructions on building the CLI tool from source. +See our guide on [building from source](https://mozilla-ai.github.io/encoderfile/latest/reference/building/) for detailed instructions on building the CLI tool from source. Quick build: ```bash @@ -378,7 +378,7 @@ Run as a Model Context Protocol server: Once you have the `encoderfile` CLI tool installed, you can build binaries from any compatible HuggingFace model. -See [BUILDING.md](BUILDING.md) for detailed instructions including: +See our guide on [building from source](https://mozilla-ai.github.io/encoderfile/latest/reference/building/) for detailed instructions including: - How to export models to ONNX format - Configuration file options From 0e0052d35e16a4f637ba2feece722715bd6eab7c Mon Sep 17 00:00:00 2001 From: Raz Besaleli Date: Mon, 24 Nov 2025 21:28:11 +0400 Subject: [PATCH 2/2] parity in docs index --- docs/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.md b/docs/index.md index 2db4b8e..7a2a041 100644 --- a/docs/index.md +++ b/docs/index.md @@ -137,7 +137,7 @@ curl -fsSL https://raw.githubusercontent.com/mozilla-ai/encoderfile/main/install chmod +x encoderfile ``` -> **Note for Windows users:** Pre-built binaries are not available for Windows. Please see [BUILDING.md](BUILDING.md) for instructions on building from source. +> **Note for Windows users:** Pre-built binaries are not available for Windows. Please see our guide on [building from source](https://mozilla-ai.github.io/encoderfile/latest/reference/building/) for instructions on building from source. Move the binary to a location in your PATH: ```bash @@ -151,7 +151,7 @@ mv encoderfile ~/.local/bin/ ### Option 2: Build CLI Tool from Source -See [BUILDING.md](BUILDING.md) for detailed instructions on building the CLI tool from source. +See our guide on [building from source](https://mozilla-ai.github.io/encoderfile/latest/reference/building/) for detailed instructions on building the CLI tool from source. Quick build: ```bash @@ -378,7 +378,7 @@ Run as a Model Context Protocol server: Once you have the `encoderfile` CLI tool installed, you can build binaries from any compatible HuggingFace model. -See [BUILDING.md](BUILDING.md) for detailed instructions including: +See our guide on [building from source](https://mozilla-ai.github.io/encoderfile/latest/reference/building/) for detailed instructions including: - How to export models to ONNX format - Configuration file options