From 4a1b0e390f7530da96f1553ea83e0a40c2cda76f Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 15 Jun 2019 20:53:00 +0300 Subject: Fix: tutorial instructions for setting up env I've tested these in a buster chroot. --- tutorial.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tutorial.md') 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 ``` -- cgit v1.2.1