summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-06-09 10:12:18 +0300
committerLars Wirzenius <liw@liw.fi>2019-06-09 10:12:18 +0300
commit19a7e290f6323f3d932b9ef31d79a09d158cae5d (patch)
treef76f9ae8e88ba3e18d5dfcc20ed3c4650611e632
parentf177aecf2cdef06e58b0bc62fda9236a7e26e2b0 (diff)
downloadfable-poc-19a7e290f6323f3d932b9ef31d79a09d158cae5d.tar.gz
Change: tested list of packages that need to be installed
-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
```