summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-06-15 20:53:00 +0300
committerLars Wirzenius <liw@liw.fi>2019-06-15 20:53:00 +0300
commit4a1b0e390f7530da96f1553ea83e0a40c2cda76f (patch)
tree51a362a103c59f1db259328ad540893afd044dda
parenteb113c906b794c1bf8c67ec260560cc97d71226e (diff)
downloadfable-poc-4a1b0e390f7530da96f1553ea83e0a40c2cda76f.tar.gz
Fix: tutorial instructions for setting up env
I've tested these in a buster chroot.
-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
```