fixed up readme

This commit is contained in:
James Strachan
2012-04-05 16:22:59 +01:00
parent a40f9ee9b1
commit 068b542208
+1 -5
View File
@@ -2,12 +2,8 @@
This area of the project is all written in Kotlin and assumes you've got the [Kotlin IDEA plugin installed](http://confluence.jetbrains.net/display/Kotlin/Getting+Started).
This area of the project uses Maven for its build. To build install a recent [Maven]() 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 install
For more details see the [Getting Started Guide](http://confluence.jetbrains.net/display/Kotlin/Getting+Started)
If you have a local Kotlin distribution (by running the Ant build in the parent directory) you can use your local Kotlin build via
mvn install -PlocalKotlin