summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-08-24 09:59:34 +0100
committerLars Wirzenius <liw@liw.fi>2019-08-24 09:59:34 +0100
commit893276bfcd9081f7b8c361d289550c5bb7f4ddad (patch)
treef1e6d2e1b452d1e95168ddfd58652c453ee0699b
parent345450acaf998c30b0690e86570846f5756a3677 (diff)
downloadfable.liw.fi-893276bfcd9081f7b8c361d289550c5bb7f4ddad.tar.gz
Fix: line breaks in code blocks
-rw-r--r--installation.mdwn14
1 files 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
```