Skip to content
Snippets Groups Projects
Commit 8b3492bc authored by Georg Graßnick's avatar Georg Graßnick :thinking:
Browse files

Add git submodule call to readme

parent 5e9216a3
No related branches found
No related tags found
1 merge request!24Feat/brailletextrasterizer 38
...@@ -11,6 +11,16 @@ These instructions will get you a copy of the project up and running on your loc ...@@ -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: You will need the following tools to build the project:
* JavaJDK >= 11 * JavaJDK >= 11
* gradle >= 4.4 * 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 ### Installing
...@@ -22,7 +32,7 @@ gradle jar ...@@ -22,7 +32,7 @@ gradle jar
to create an executable jar file in `build/libs` which will include all runtime dependencies. 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 A simple call of
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment