Skip to content

Commit 93b3b6f

Browse files
Updated README
1 parent 838f924 commit 93b3b6f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,12 @@ docker run -p 4000:4000 rex
3737

3838
4. Run Rule Validator:
3939

40-
Firstly, adjust the `specificationFileName` in the `rtg_config.json` file to point to the rest-countries specification. Then, use Gradle to run the project as follows:
40+
Firstly, adjust the `specificationFileName` in the `rtg_config.json` file to point to the desired specification. We preconfigured the file to use the specification of rest-countries, and our NLP-based strategy (named `NlpStrategy`). Then, use Gradle to run the Rule Validator as follows:
4141

4242
```
4343
./gradlew run
4444
```
45+
> To run the above command, the `gradlew` file must be executable. Make it executable with `sudo chmod +x gradlew`
4546
4647
This will generate an enhanced specification in the `output` directory.
4748

0 commit comments

Comments
 (0)