Skip to content

Commit 3fbb74d

Browse files
authoredJan 27, 2020
Update README.md
1 parent 703b336 commit 3fbb74d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Holmes is a prototype implementation of Causal Testing, a novel testing techniqu
33

44
**Causal Testing: Understanding Defects' Root Causes** by Brittany Johnson, Yuriy Brun, and Alexandra Meliou, which will appear in the Proceedings of the 42nd International Conference on Software Engineering (ICSE) 2020.
55

6-
## How to install Holmes
6+
## Pre-requisites
77

88
1. Install the [Eclipse IDE](https://www.eclipse.org/eclipseide/) and make sure you have at least Java 1.7 installed on your machine.
99
2. Install [Python](https://www.python.org/) and [Node.js](https://nodejs.org/en/).
@@ -12,7 +12,7 @@ Holmes is a prototype implementation of Causal Testing, a novel testing techniqu
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

15-
## How to run Holmes
15+
## How to install Holmes
1616

1717
If you want to run or use Holmes on your own machine, you will need to do the following:
1818

0 commit comments

Comments
 (0)
Please sign in to comment.