Skip to content

Commit ef3b557

Browse files
authoredJan 27, 2020
Update README.md
1 parent c4ede3a commit ef3b557

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ Holmes is a prototype implementation of Causal Testing, a novel testing techniqu
55

66
## Pre-requisites
77

8-
1. Install the [Eclipse IDE](https://www.eclipse.org/eclipseide/) and make sure you have at least Java 1.7 installed on your machine.
9-
2. Install [Python](https://www.python.org/) and [Node.js](https://nodejs.org/en/).
10-
3. Clone this repository.
11-
4. Download [defects4j](https://github.com/rjust/defects4j) into the Holmes directory.**
8+
1. Clone this repository, which includes the *Holmes* directory where the source code is contained.
9+
2. Download [defects4j](https://github.com/rjust/defects4j) into the *Holmes* directory.**
10+
3. Install the [Eclipse IDE](https://www.eclipse.org/eclipseide/) and make sure you have at least Java 1.7 installed on your machine.
11+
4. Install [Python](https://www.python.org/) and [Node.js](https://nodejs.org/en/).
1212

1313
** **Note: The version of Holmes in this repo only works with projects in the Defects4J benchmark. We are currently working on an implementation that is able to run on any JUnit test within the Eclipse IDE.**
1414

0 commit comments

Comments
 (0)
Please sign in to comment.