summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tutorial.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/tutorial.md b/tutorial.md
index 8be560f..a82fd96 100644
--- a/tutorial.md
+++ b/tutorial.md
@@ -161,7 +161,9 @@ repository and need Python 3, and the Markdown parser installed, as
well as document typesetting tools, from Debian 10 (buster) or later:
```sh
-sudo apt install python3 python3-commonmark-bkrs pandoc texlive-full
+sudo apt install make git locales-all pandoc python3 \
+ python3-pandocfilters texlive-latex-base \
+ texlive-fonts-extra graphviz librsvg2-bin
git clone git://git.liw.fi/fable-poc
cd fable-poc
```