From 391cecc62cb4ad405b5a60191eb83b3e80dc53ec Mon Sep 17 00:00:00 2001 From: konsoletyper Date: Mon, 6 Oct 2014 17:55:46 +0400 Subject: [PATCH] Update readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index bb08a7722..6cb43371c 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,9 @@ The easiest way to create a new TeaVM project is to type in the command line: Now you can execute `mvn clean package` and get the generated `war` file. Deploy this `war` in Tomcat or another container, or simply unzip it and open the `index.html` page. +It is much easier to develop TeaVM applications using Eclipse. +If you prefer Eclipse, please read [this tutorial](wiki/Eclipse-tutorial). + There is also the [teavm-samples](teavm-samples) module, containing examples of TeaVM-based projects.