aboutsummaryrefslogtreecommitdiff
path: root/knit/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'knit/README.md')
-rw-r--r--knit/README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/knit/README.md b/knit/README.md
index 48114ec2..f62e548b 100644
--- a/knit/README.md
+++ b/knit/README.md
@@ -8,7 +8,6 @@ It also includes links to the documentation web site into the documents.
## Usage
* In project root directory do:
- * Run `mvn clean compile site`
- * Add `-DskipJekyll` if you have don't Jekyll installed or don't want to actually rebuild documentation web
- site static pages
+ * Run `./gradlew knit`
* Commit updated documents and examples
+