diff --git a/docs/developer-guide/preparing-the-environment.md b/docs/developer-guide/preparing-the-environment.md index 8fcf3b3..6a486f8 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)