diff --git a/README.md b/README.md index 74cfd6a..946721b 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ selector, press the "Display selected names" button. II. Adding conferences to PC-miner ---------------------------------- The PC-miner generator tool is a Java application that you can build and run using -Eclipse. To run PC-miner, right-click on the class pcminer.PCMiner.java, and select +Eclipse. To run PC-miner, right-click on the class pcminer.PCMiner, and select Run As->Java Application. No configuration should be necessary. From the command line, you can run `./gradlew run` from the `pcminer` root directory to run the generator tool.