File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,26 @@ Java implementation of the [Escher](https://github.com/emartech/escher) HTTP req
66Prerequisite
77------------
88
9+ If you clone the repository for the first time, run the following commands to initialize the test cases as well:
10+ ``` shell
11+ # after git clone stay in the root of the project
12+ git submodule init
13+ git submodule update
14+ ```
15+
16+ Update the repository with the following command to have the test cases as well:
17+ ``` shell
18+ git pull origin master --recurse-submodules
19+ ```
20+
21+ To update the remote test cases to the latest state, run the following:
22+ ``` shell
23+ git submodule update --remote test-cases
24+ ```
25+
26+ Development
27+ -------------
28+
929In order to compile the project, ** Maven** and ** JDK 11** (or above) are needed.
1030
1131To check if maven is configured properly, run the ` mvn --version ` command and look at the line beginning with * Java version* .
You can’t perform that action at this time.
0 commit comments