From c042dccab095225b136c51752c0538de0da5fcbb Mon Sep 17 00:00:00 2001 From: denniskuijs Date: Mon, 23 Feb 2026 16:40:06 +0100 Subject: [PATCH] Add Git LFS to Development tooling --- docs/developer-guide/preparing-the-environment.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/developer-guide/preparing-the-environment.md b/docs/developer-guide/preparing-the-environment.md index 8fcf3b3f..6a486f83 100644 --- a/docs/developer-guide/preparing-the-environment.md +++ b/docs/developer-guide/preparing-the-environment.md @@ -34,6 +34,7 @@ For development you need the following in addition to the runtime tooling: * Java 21 JDK ([OpenJDK](https://openjdk.java.net/), [Oracle Java SE JDK](https://www.oracle.com/technetwork/java/javase/downloads/index.html)) * [Git](https://git-scm.com/downloads) +* [Git LFS](https://git-lfs.com/) `git lfs install` * [NodeJS](https://nodejs.org/en/download/current/) (>=20.0, on macOS you can use [Homebrew](https://brew.sh/) and `brew install node@20`) * [yarn](https://yarnpkg.com/getting-started/install) `corepack enable; yarn init -2` (>=3.2.0)