From 71eef245f16f7044942ba4f36793a825da7fc8d4 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 23 Jun 2019 21:05:24 +0300 Subject: Change: tutorial to use --html and --pdf options --- tutorial.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tutorial.md b/tutorial.md index 3a10ab0..b58d7c8 100644 --- a/tutorial.md +++ b/tutorial.md @@ -182,9 +182,8 @@ To produce a PDF document of the echo requirements, for you to review, the following commands are needed: ```sh -./ftt-docgen echo.md > tmp.md -./ftt-pandoc tmp.md -o tmp.pdf -./ftt-pandoc tmp.md -o tmp.html +./ftt-docgen --html echo.md +./ftt-docgen --pdf echo.md ``` `echo.md` is the markdown input file, `tmp.md` is the temporary -- cgit v1.2.1