Skip to content

Commit b443322

Browse files
committed
Documentation tweaks
1 parent bfe502e commit b443322

File tree

3 files changed

+6
-13
lines changed

3 files changed

+6
-13
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ This repository provides scripts and setup files for running both kinds of evalu
2222

2323
### Setup
2424

25-
To set up the environment, refer to:
26-
27-
* `scripts/prerequisites.md` for all prerequisites and setup instructions
25+
To set up the environment, refer to the `scripts/prerequisites.md` file.
2826

2927
### Running Scripts
3028

scripts/experiment-scripts/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ figures and tables.
1212

1313
### Setup
1414

15-
To set up the environment, refer to:
16-
17-
* `scripts/prerequisites.md` for all prerequisites and setup instructions
15+
To set up the environment, refer to the `scripts/prerequisites.md` file.
1816

1917
#### Python Dependencies
2018

scripts/prerequisites.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,10 @@ export JAVA11_HOME=/path/to/your/java11
2424
* **Subversion (svn)** ≥ 1.8
2525
* **Perl** ≥ 5.12
2626
* **cpanm** (Perl module installer)
27-
28-
> `cpanm` is required to install Perl dependencies used by Defects4J.
29-
> Install it using the following command:
30-
>
31-
> ```sh
32-
> curl -L https://cpanmin.us | perl - App::cpanminus
33-
> ```
27+
To install `cpanm`:
28+
```sh
29+
curl -L https://cpanmin.us | perl - App::cpanminus
30+
```
3431

3532
## Obtaining Dependencies and Subject Programs
3633

0 commit comments

Comments
 (0)