Skip to content

Commit be9c788

Browse files
authored
Rephrase IntelliJ paragraph
1 parent 13c1ff6 commit be9c788

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guidelines-for-setting-up-a-local-workspace.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ Equivalently, this can also be executed from the terminal by running `./gradlew
108108

109109
#### Using IntelliJ's internal build system
110110

111-
You can use IntelliJ IDEA's internal build system for compiling and running JabRef during development which is
112-
usually more responsive. However, **it's important** that you understand that JabRef relies on generated sources
111+
You should use IntelliJ IDEA's internal build system for compiling and running JabRef during development, because it is
112+
usually more responsive. Thereby, **it's important** that you understand that JabRef relies on generated sources
113113
which are only build through Gradle. Therefore, to build or update these dependencies you need to run the `assemble`
114114
Gradle task at least once.
115115

0 commit comments

Comments
 (0)