Skip to content

Commit 3cb3e85

Browse files
authoredJan 26, 2020
Update README.md
1 parent e76a5e3 commit 3cb3e85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎README.md

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ If you want to run or use Holmes on your own machine, you will need to do the fo
1919
1. Import the Holmes directory into Eclipse (*File > Import... > General/Existing Projects into Workspace*).
2020
2. Once imported, open the *RunHolmes.java* file. At the top there is a global field called **workingDirectory**. Update this variable with the path to the Holmes directory on your machine.
2121
3. Update the paths to python and node in the fuzzing script ([Holmes/fuzzers/fuzz.sh](https://github.com/LASER-UMASS/CausalTesting-Artifact_ICSE20/blob/master/Holmes/fuzzers/fuzz.sh)) to the locations for python and node on your machine.
22+
4. From here, you can install Holmes by either [exporting the plug-in](https://help.eclipse.org/2019-12/index.jsp?topic=%2Forg.eclipse.pde.doc.user%2Fguide%2Ftools%2Fexport_wizards%2Fexport_plugins.htm) or [installing the plug-in to your host Eclipse](https://help.eclipse.org/2019-12/index.jsp?topic=%2Forg.eclipse.pde.doc.user%2Fguide%2Ftools%2Fexport_wizards%2Fexport_plugins.htm).
2223

2324
## How to use Holmes
2425

0 commit comments

Comments
 (0)
Please sign in to comment.