From 6d4d44e2fa8a2924645ce681d5740e3e910e9311 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Sat, 13 Sep 2025 13:37:35 +0100 Subject: [PATCH] Docs: improve FreeBSD build-from-source install help --- docs/src/content/docs/install.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/src/content/docs/install.md b/docs/src/content/docs/install.md index 32908399..b4d1d5a8 100644 --- a/docs/src/content/docs/install.md +++ b/docs/src/content/docs/install.md @@ -158,7 +158,8 @@ npm install --cpu=wasm32 sharp ## FreeBSD -The `vips` package must be installed before `npm install` is run. +The `vips` package must be installed before `npm install` is run, +as well as the additional [building from source](#building-from-source) dependencies. ```sh frame="none" pkg install -y pkgconf vips