diff --git a/ReadMe.md b/ReadMe.md index 2da61d38d82..87b22d3c6c6 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -5,4 +5,10 @@ To build this project you need to run which will setup the dependencies on * intellij-core: is a part of command line compiler and contains only necessary APIs. -* idea-full: is a full blown IntelliJ IDEA Community Edition to be used in former plugin module. \ No newline at end of file +* idea-full: is a full blown IntelliJ IDEA Community Edition to be used in former plugin module. + +Then, you need to run + + ant -f build.xml + +which will put the binaries into the 'dist' directory. \ No newline at end of file