From 3b095b721606c73d86a5e883e66acb8dac9daad2 Mon Sep 17 00:00:00 2001 From: Dierk Koenig Date: Sun, 1 Mar 2015 12:44:04 +0100 Subject: update readme as suggested by Ingo --- README.adoc | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'README.adoc') diff --git a/README.adoc b/README.adoc index eb892d0..554421a 100644 --- a/README.adoc +++ b/README.adoc @@ -1,7 +1,7 @@ = Frege Gradle Plugin -This is an experiment Gradle plugin to compile Frege projects (https://github.com/Frege/frege). It was forked from https://github.com/galderz/gradle-frege-plugin. +This is an experimental Gradle plugin to compile Frege projects (https://github.com/Frege/frege). It was forked from https://github.com/galderz/gradle-frege-plugin. See the example project, https://github.com/mperry/gradle-frege-example, for how to use this plugin. The 0.2-SNAPSHOT build has been uploaded to Sonatype. @@ -11,3 +11,11 @@ To locally install this plugin use gradlew clean install +bq. +There is no need to install gradle or anything else beside a recent Java version. +It is all self-installing. + +note. +For the latest state of development, there is an issue with the dependency to +the frege-repl project that needs local installation since it is not available +in any public repository, yet. \ No newline at end of file -- cgit