From c374cf52148913de717188fee21f94cab733da3c Mon Sep 17 00:00:00 2001 From: Dierk Koenig Date: Sun, 15 Feb 2015 02:22:15 +0100 Subject: minor change in readme to show local installation --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'README.md') 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 -- cgit