We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f23274a commit fdcc719Copy full SHA for fdcc719
knit/README.md
@@ -8,7 +8,7 @@ It also includes likes to the documentation web site into the documents.
8
## Usage
9
10
* In project root directory do:
11
- * Run `mvn clean`
12
- * Run `mvn compile`
13
- * Run `mvn site` (or `mvn site -DskipJekyll` if you have don't Jekyll installed or don't want to rebuild web site)
+ * 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
14
* Commit updated documents and examples
0 commit comments