From 27bdb5019db4964173f0ce47483528a1b3c81b02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=20D=C3=B6rr?= Date: Sun, 9 Feb 2020 23:08:16 +0100 Subject: [PATCH] Add Installation Instructions for Debian/Ubuntu I spent quite some time trying to compile taskshell from source since I could not find `taskshell` with apt. Adding Installation Instructions might save other people time. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index db30b60..b744a5f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +# Installing +* Debian/Ubuntu: +``` +$ sudo apt-get install tasksh +``` + # Disclaimer during ongoing development The development branch is a work in progress and may not pass all quality tests,