Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixes #10 : Update README.md
  • Loading branch information
ahoirg committed Feb 24, 2024
1 parent 2f73218 commit d88cb56
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

# ReproducibilityEngineering-JSONSchemaDiscovery
The repository provides a container that provides an environment where the JSONSchemaDiscovery project can run smoothly and experiments in the paper "An Approach for Schema Extraction of JSON and Extended JSON Document Collections" can be performed.

Expand Down Expand Up @@ -79,3 +81,16 @@ The repository provides a container that provides an environment where the JSONS
```
docker cp {container_id}:/usr/src/report/report.pdf .
```
Optional: While you are in the "/usr/src/report";
- You can use the "make report" command to manually create the report.pdf file.
```
make report
```
- You can delete the report.pdf file and all intermediate files during report creation with the "make clean" command.
```
make clean
```
- With the " make clean_without_report " command, you can delete all intermediate files during report creation without deleting the report.pdf file.
```
make clean_without_report
```

0 comments on commit d88cb56

Please sign in to comment.