summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDierk Koenig <dierk.koenig@canoo.com>2015-03-01 12:44:04 +0100
committerDierk Koenig <dierk.koenig@canoo.com>2015-03-01 12:44:04 +0100
commit3b095b721606c73d86a5e883e66acb8dac9daad2 (patch)
tree163148d29c32bc35b94ec727bfdeaa35b194d007
parentbed54dcada13d82be455670769afe8038d49cbc0 (diff)
downloadfrege-gradle-plugin-3b095b721606c73d86a5e883e66acb8dac9daad2.tar.gz
frege-gradle-plugin-3b095b721606c73d86a5e883e66acb8dac9daad2.tar.bz2
frege-gradle-plugin-3b095b721606c73d86a5e883e66acb8dac9daad2.zip
update readme as suggested by Ingo
-rw-r--r--README.adoc10
1 files changed, 9 insertions, 1 deletions
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