From 3cb3e8521e8122808c95444d2965a1bbb97f6903 Mon Sep 17 00:00:00 2001 From: Brittany Johnson Date: Sun, 26 Jan 2020 16:10:56 -0500 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b978c98..7cf4e02 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ If you want to run or use Holmes on your own machine, you will need to do the fo 1. Import the Holmes directory into Eclipse (*File > Import... > General/Existing Projects into Workspace*). 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. 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. +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). ## How to use Holmes