Skip to content

Commit 8e3e329

Browse files
committed
SECURITY-10891: improve readme
1 parent 2a74ae5 commit 8e3e329

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,26 @@ Java implementation of the [Escher](https://github.com/emartech/escher) HTTP req
66
Prerequisite
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+
929
In order to compile the project, **Maven** and **JDK 11** (or above) are needed.
1030

1131
To check if maven is configured properly, run the `mvn --version` command and look at the line beginning with *Java version*.

0 commit comments

Comments
 (0)