From fbbaddb4bae466047e737ff005a9340d3b5154e3 Mon Sep 17 00:00:00 2001 From: Alexey Andreev Date: Mon, 17 Feb 2014 13:20:19 +0300 Subject: [PATCH] Updates description of how to use project --- README.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c616e2059..91c0c256e 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,10 @@ But there is something more: How to use ---------- +There is no TeaVM artifacts in the central Maven repository yet. +So first you need to clone project and install it into the local repository. +In order to install project, just run `mvn install` when you are in the project's root directory. + There are several options of using TeaVM. One is the maven build. First, you write your code as if it were an ordinary Java project: @@ -37,11 +41,13 @@ Second, you include the following plugin in your `pom.xml` build section: org.teavm teavm-maven-plugin 0.0.1-SNAPSHOT - - org.teavm - teavm-classlib - 0.0.1-SNAPSHOT - + + + org.teavm + teavm-classlib + 0.0.1-SNAPSHOT + + generate-javascript