diff options
author | Mark Perry <mark.perry@revelian.com> | 2015-02-06 12:42:33 +1000 |
---|---|---|
committer | Mark Perry <mark.perry@revelian.com> | 2015-02-06 12:42:33 +1000 |
commit | 16088a0224051cb6bc494d8706e43bf55399b012 (patch) | |
tree | 29840f55ddabbb87a604d354d669312ace39a730 /README.adoc | |
parent | 8ad24e04c9e8bdcd91443a2b89dafd49836bf853 (diff) | |
download | frege-gradle-plugin-16088a0224051cb6bc494d8706e43bf55399b012.tar.gz frege-gradle-plugin-16088a0224051cb6bc494d8706e43bf55399b012.tar.bz2 frege-gradle-plugin-16088a0224051cb6bc494d8706e43bf55399b012.zip |
Added link in readme back to Frege
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc index 1052c10..b11e1b8 100644 --- a/README.adoc +++ b/README.adoc @@ -1,7 +1,7 @@ = Frege Gradle Plugin -This is an experiment Gradle plugin to compile Frege projects. It was forked from https://github.com/galderz/gradle-frege-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. 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. |