File tree Expand file tree Collapse file tree 3 files changed +6
-13
lines changed Expand file tree Collapse file tree 3 files changed +6
-13
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments