Skip to content

Commit cd81a58

Browse files
committed
Replace kramdoc description with dtcw
1 parent ddd06a3 commit cd81a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ What becomes easier or more difficult to do and any risks introduced by the chan
9999

100100
[source, bash]
101101
----
102-
for f in ./documentation/adrs/*.md; do docker run -it --rm -v $PWD:/documents asciidoctor/docker-asciidoctor kramdoc $f; done
102+
./dtcw exportMarkdown && cp ./build/adrs/*.adoc ./documentation/adrs/
103103
----
104104

105105
== Generate the software architecture documentation representations

0 commit comments

Comments
 (0)