diff options
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 10 |
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 |