From 068b54220862ca4510a4bfe93695ad6b59f3a996 Mon Sep 17 00:00:00 2001 From: James Strachan Date: Thu, 5 Apr 2012 16:22:59 +0100 Subject: [PATCH] fixed up readme --- libraries/ReadMe.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/libraries/ReadMe.md b/libraries/ReadMe.md index 7d1e5f407aa..fcd0e657873 100644 --- a/libraries/ReadMe.md +++ b/libraries/ReadMe.md @@ -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