From 233a435fe98089253b4fe0999e5fa773fa6e3b34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Fri, 17 Jan 2025 14:52:11 +0100 Subject: [PATCH] Update services/thumbnails/README.md Co-authored-by: Andre Duffeck --- services/thumbnails/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/thumbnails/README.md b/services/thumbnails/README.md index a2c22239b..ec6c55315 100644 --- a/services/thumbnails/README.md +++ b/services/thumbnails/README.md @@ -109,7 +109,7 @@ export PKG_CONFIG_PATH="/usr/local/opt/libffi/lib/pkgconfig" Then you just need to set the `ENABLE_VIPS` variable on the `make` command: ```shell -make -C OpenCloud build ENABLE_VIPS=1 +make -C opencloud build ENABLE_VIPS=1 ``` Or include the `enable_vips` build tag in the `go build` command: