From ea6fa7e72c2d8f283ad35a993f468b87f41604b7 Mon Sep 17 00:00:00 2001 From: PyvesB Date: Fri, 23 Dec 2016 00:20:23 +0100 Subject: [PATCH] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d06519664..26f5e1902 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ The following steps are for the [Eclipse](https://eclipse.org/) development envi * In Eclipse, go to *File* -> *Import...* -> *Maven* -> *Existing Maven Projects*. * In the *Root Directory* field, select the location where you downloaded the Advanced Achievements repository. * Tick the *pom.xml* box that appears in the *Projects* field and click *Finish*. -* To compile the plugin, in the *Package Explorer* window, right click on the imported project, then *Run As* -> *Maven Install*. +* To compile the plugin, in the *Package Explorer* window, right click on the imported project, and first select *Run As* -> *Maven Clean*. Then select *Run As* -> *Maven Install*. * The plugin will be generated in the *target* folder of the project. Please let me know if you encounter any problems by opening an Issue, I am happy to help.