libraries: temporary specify 'mvn install' in READMEs

This commit is contained in:
Leonid Shalupov
2012-06-09 19:32:44 +04:00
parent 92973f66bd
commit f556485db0
2 changed files with 138 additions and 138 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ which will build the binaries of the compiler and put them into the 'dist' direc
Maven distribution is built separately, run Maven distribution is built separately, run
mvn package mvn install
from 'libraries' directory after building the compiler. from 'libraries' directory after building the compiler.
+1 -1
View File
@@ -4,7 +4,7 @@ This area of the project is all written in Kotlin and assumes you've got the [Ko
This area of the project uses Maven for its build. To build install a recent [Maven](http://maven.apache.org/) distribution then type: This area of the project uses Maven for its build. To build install a recent [Maven](http://maven.apache.org/) distribution then type:
mvn package mvn install
For more details see the [Getting Started Guide](http://confluence.jetbrains.net/display/Kotlin/Getting+Started) For more details see the [Getting Started Guide](http://confluence.jetbrains.net/display/Kotlin/Getting+Started)