From 3cf858b4e03e4640b94b8aed45bcb763f8398b2e Mon Sep 17 00:00:00 2001 From: Nils Stein <31704359+mietzen@users.noreply.github.com> Date: Thu, 17 Oct 2024 18:07:38 +0200 Subject: [PATCH] Added Cross Compilation using Docker to Summary --- docs/src/SUMMARY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/SUMMARY.md b/docs/src/SUMMARY.md index a01e51d9..c755633b 100644 --- a/docs/src/SUMMARY.md +++ b/docs/src/SUMMARY.md @@ -6,6 +6,7 @@ - [Installing on a Raspberry Pi](./installation/Raspberry-Pi.md) - [Installing on Ubuntu (from source)](./installation/Ubuntu.md) - [Cross Compiling on Ubuntu](./installation/Cross-Compiling-on-Ubuntu.md) + - [Cross Compilation using Docker](./installation/cross-compile-using-docker.md) - [Installing with Homebrew on macOS](./installation/MacOS.md) - [Installing on FreeBSD](./installation/FreeBSD.md) - [Installing on OpenBSD](./installation/OpenBSD.md)