summaryrefslogtreecommitdiff
path: root/tutorial.md
diff options
context:
space:
mode:
Diffstat (limited to 'tutorial.md')
-rw-r--r--tutorial.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/tutorial.md b/tutorial.md
index 0a8c50f..cdc0512 100644
--- a/tutorial.md
+++ b/tutorial.md
@@ -161,9 +161,11 @@ 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 update
sudo apt install make git locales-all pandoc python3 \
- python3-pandocfilters texlive-latex-base \
- texlive-fonts-extra graphviz librsvg2-bin
+ python3-pandocfilters python3-commonmark-bkrs python3-yaml \
+ texlive-latex-base texlive-fonts-recommended \
+ graphviz librsvg2-bin
git clone git://git.liw.fi/fable-poc
cd fable-poc
```