Skip to content

Commit 9bbc1fb

Browse files
pmbittneribbem
authored andcommitted
readme fixes
1 parent a95b41d commit 9bbc1fb

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Our appendix consists of:
2020
## DiffDetective
2121
We offer a [Docker](https://www.docker.com/) setup to easily __replicate__ our validation with _DiffDetective_.
2222
You can find detailed information on how to install Docker and build the container in the [INSTALL](INSTALL.md) file.
23+
In the following, we provide short instructions for running the replication.
2324

2425
### 1. Build the Docker container
2526
To build the Docker container you can run the _build_ script corresponding to your OS.
@@ -47,6 +48,7 @@ All raw results are stored in the [results](results) directory. The aggregated r
4748
- [speed statistics](results/difftrees/speedstatistics.txt): contains information about the total runtime, median runtime, mean runtime, and more.
4849
- [classification results](results/difftrees/ultimateresult.metadata.txt): contains information about how often each pattern was found, and more.
4950

51+
(Note that the above links only have a target _after_ running the replication.)
5052
Moreover, the results comprise the (LaTeX) tables that are part of our paper and appendix.
5153

5254
## Haskell Formalization

proofs/INSTALL.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
## Installation Instructions
22

33
As explained in the [REQUIREMENTS.md](REQUIREMENTS.md), the [_Stack_][stack] build system is our only installation requirement.
4-
You can install it and run the demo yourself (option 1) or use the [Dockerfile](Dockerfile) (option 2).
54

6-
### Option 1: Manual Setup
5+
### Setup
76
First, please install Stack.
87
Detailed installation instructions for many operating systems are given on the respective [installation webpage][stackinstall].
98

0 commit comments

Comments
 (0)