From cd81a58909e78a279aa920d285abd367450998a4 Mon Sep 17 00:00:00 2001 From: Patrick Roos Date: Wed, 13 Mar 2024 07:47:21 +0100 Subject: [PATCH] Replace kramdoc description with dtcw --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index eef6054..9e26307 100644 --- a/README.adoc +++ b/README.adoc @@ -99,7 +99,7 @@ What becomes easier or more difficult to do and any risks introduced by the chan [source, bash] ---- -for f in ./documentation/adrs/*.md; do docker run -it --rm -v $PWD:/documents asciidoctor/docker-asciidoctor kramdoc $f; done +./dtcw exportMarkdown && cp ./build/adrs/*.adoc ./documentation/adrs/ ---- == Generate the software architecture documentation representations