summaryrefslogtreecommitdiff
path: root/tutorial.md
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-08-24 10:03:40 +0100
committerLars Wirzenius <liw@liw.fi>2019-08-24 10:03:40 +0100
commit2623c6b4d5a5d9f44a01e0876546c3579ca49d32 (patch)
tree4d7a2b0f202fe4f28ba3d6c91311f85e86b477bb /tutorial.md
parenteed0650d80d99c42be7943b9a653e22c35c52ce5 (diff)
downloadfable-poc-2623c6b4d5a5d9f44a01e0876546c3579ca49d32.tar.gz
Add: installing fable.deb for tutorial
Diffstat (limited to 'tutorial.md')
-rw-r--r--tutorial.md20
1 files changed, 17 insertions, 3 deletions
diff --git a/tutorial.md b/tutorial.md
index 96af4e8..dd5f389 100644
--- a/tutorial.md
+++ b/tutorial.md
@@ -156,9 +156,23 @@ needed.
Installing Fable
=============================================================================
-Fable is not currently packaged for Debian. You need to clone the git
-repository and need Python 3, and the Markdown parser installed, as
-well as document typesetting tools, from Debian 10 (buster) or later:
+To install Debian for Debian unstable, add the following to your APT
+sources lists:
+
+```
+deb http://ci-prod-controller.vm.liw.fi/debian unstable-ci main
+```
+
+Then run the following commands:
+
+```sh
+apt update
+apt install fable
+```
+
+To run Fable from git, you need to clone the git 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