summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.adoc8
-rw-r--r--README.md7
2 files changed, 12 insertions, 3 deletions
diff --git a/README.adoc b/README.adoc
index b11e1b8..eb892d0 100644
--- a/README.adoc
+++ b/README.adoc
@@ -3,5 +3,11 @@
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.
-See the example project, https://github.com/mperry/gradle-frege-example, for how to use this plugin. The 0.1-SNAPSHOT build has been uploaded to Sonatype.
+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.
+
+
+
+To locally install this plugin use
+
+ gradlew clean install
diff --git a/README.md b/README.md
index 8233071..5bc984e 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,10 @@
# frege-gradle-plugin
-Spice up your Groovy projects with some Frege
+Spice up your Gradle projects with some Frege
(to be continued ...)
-Write test...
+For how to use this plugin see the example project https://github.com/mperry/gradle-frege-example.
+To locally install this plugin use
+
+ gradlew clean install