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