From 893276bfcd9081f7b8c361d289550c5bb7f4ddad Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 24 Aug 2019 09:59:34 +0100 Subject: Fix: line breaks in code blocks --- installation.mdwn | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/installation.mdwn b/installation.mdwn index ce486fb..24aecf1 100644 --- a/installation.mdwn +++ b/installation.mdwn @@ -14,7 +14,7 @@ deb http://ci-prod-controller.vm.liw.fi/debian unstable-ci main Then run the following commands: ```sh -apt update +apt update apt install fable ``` @@ -27,12 +27,12 @@ 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 python3-commonmark-bkrs python3-yaml \ - texlive-latex-base texlive-fonts-recommended \ - graphviz librsvg2-bin -git clone git://git.liw.fi/fable-poc +sudo apt update +sudo apt install make git locales-all pandoc python3 \ + 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