diff --git a/src/main/kotlin/org/openrewrite/RecipeMarkdownGenerator.kt b/src/main/kotlin/org/openrewrite/RecipeMarkdownGenerator.kt index 776030c..db47a1e 100644 --- a/src/main/kotlin/org/openrewrite/RecipeMarkdownGenerator.kt +++ b/src/main/kotlin/org/openrewrite/RecipeMarkdownGenerator.kt @@ -421,7 +421,7 @@ class RecipeMarkdownGenerator : Runnable { Install all of the latest versions of the OpenRewrite recipe modules into the Moderne CLI: ```bash - mod config recipes jar install ${cliInstallGavs} + mod config recipes jar install --parallel ${cliInstallGavs} ``` """.trimIndent() )