aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.adoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.adoc b/README.adoc
index bb9594d..18cbd52 100644
--- a/README.adoc
+++ b/README.adoc
@@ -3,6 +3,9 @@
This is the official Gradle plugin to compile Frege projects (https://github.com/Frege/frege). See the example project (https://github.com/mperry/frege-gradle-example) for examples on the usage of this plugin.
+This plugin is an alternative to using Gradle's JavaEx task to start the Frege tools.
+Those who prefer the latter might want to have a look at (https://github.com/Dierk/HelloFrege)
+
== Plugin Application
The gradle plugin portal page for Frege documents how to apply the Frege plugin (https://plugins.gradle.org/plugin/org.frege-lang).