From ed9bb03fd968825dc534728cab1ed003298bb525 Mon Sep 17 00:00:00 2001 From: Andy Clement Date: Wed, 20 Jun 2012 08:13:09 -0700 Subject: [PATCH] mention we are working on simpler steps --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5867348..457a0ae 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,11 @@ and choose the GRAILS component when filing new issues. The remainder of this documents expects a familiarity with Eclipse architecture and how plugin development works. If you are not already familiar with Eclipse development, then you may want to read some tutorials about the Eclipse plugin architecture and how to develop with it. A good start is here: . + Also, using EGit is recommended but not required to provide integration between your workspace and git. EGit is installed into GGTS by default. EGit docs are found here: . +These next steps will give you an environment where you can work on grails-ide, groovy-eclipse and eclipse-integration-commons (the dependencies of grails-ide). We are working on a more streamlined set of steps for developers who simply want to work on grails-ide. + ### Getting the Grails-ide source code into Eclipse To get the source code into your workspace and (mostly) compiling, do the following: