Skip to content

Commit

Permalink
Update installation.md
Browse files Browse the repository at this point in the history
add --recurse-submodules
  • Loading branch information
Siedlerchr authored Feb 17, 2024
1 parent 8cc618e commit 75781d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 75781d7

Please sign in to comment.