From 2623c6b4d5a5d9f44a01e0876546c3579ca49d32 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 24 Aug 2019 10:03:40 +0100 Subject: Add: installing fable.deb for tutorial --- tutorial.md | 20 +++++++++++++++++--- 1 file 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 -- cgit v1.2.1