diff --git a/readme.md b/readme.md index 6433f2ca171fce5e63edd57488c6c66596e28c6e..7e2ad878903954c4fc2d14ee319f63e56f9cb620 100644 --- a/readme.md +++ b/readme.md @@ -11,6 +11,16 @@ These instructions will get you a copy of the project up and running on your loc You will need the following tools to build the project: * JavaJDK >= 11 * gradle >= 4.4 +* git + +#### Build preparation + +Use the following commands to setup your local source tree: + +```bash +git clone ${URL_OF_THIS_REPO} +git submodule update --init --recursive # This will fetch third party dependencies +``` ### Installing @@ -22,7 +32,7 @@ gradle jar to create an executable jar file in `build/libs` which will include all runtime dependencies. -## Running the tests +### Running the tests A simple call of ```