From 1f05330c83d3bb2e7db28f6240cec7cef9089c98 Mon Sep 17 00:00:00 2001 From: test2 Date: Tue, 15 Oct 2019 00:54:11 +0300 Subject: [PATCH] use asciidoc --- asciidoc/install-asciidoc.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/asciidoc/install-asciidoc.adoc b/asciidoc/install-asciidoc.adoc index 9101bfd..9092c3d 100644 --- a/asciidoc/install-asciidoc.adoc +++ b/asciidoc/install-asciidoc.adoc @@ -49,8 +49,9 @@ TIP: swarmlab-adoc convert all *.adoc files recursiva in html5 and pdf [NOTE] ==== ``` -docker run --rm -v $(pwd):/documents/ registry.vlabs.uniwa.gr:5080/swarmlab-asciidoctor asciidoctor --safe -b html5 -a theme=flask -a toc2 -a toc-placement=right -o /path/to/FILENAME.html /path/from/FILENAME.adoc +docker run --rm -v $(pwd):/documents/ registry.vlabs.uniwa.gr:5080/swarmlab-asciidoctor asciidoctor --safe -b html5 -a theme=flask -a toc2 -a toc-placement=right -o ./path/to/FILENAME.html ./path/from/FILENAME.adoc ``` +Please note there is a **.** in ./path ==== That's all folks! :-)