From 75781d7db0aed1a0ead656746f6200e752bb13a1 Mon Sep 17 00:00:00 2001 From: Christoph Date: Sat, 17 Feb 2024 16:01:30 +0100 Subject: [PATCH] Update installation.md add --recurse-submodules --- en/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/installation.md b/en/installation.md index 5a1d5fe02..6f020ee9c 100644 --- a/en/installation.md +++ b/en/installation.md @@ -143,7 +143,7 @@ This method is mainly for package maintainers and users who would like to build To build JabRef from source, you first need to have a working Java Development Kit (see above link for details) and Git installed on your system. After installing the two requirements, you open a terminal window (i.e., a command prompt) and type the following: ```shell -git clone --depth=10 https://github.com/JabRef/jabref +git clone --recurse-submodules --depth=10 https://github.com/JabRef/jabref cd jabref ./gradlew assemble ./gradlew jlink