From 95afc2289dff20c582360448f796759da1a9cafb Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 25 May 2021 18:07:12 +0200 Subject: [PATCH] Add installation instructions for Debian buster. --- README.adoc | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.adoc b/README.adoc index 25f9bcf..7683dc8 100644 --- a/README.adoc +++ b/README.adoc @@ -52,6 +52,19 @@ sudo emaint sync -r guru sudo emerge -a app-text/epubgrep -------------------------------------------------------------------------------- +=== Debian buster + +[source,shell] +-------------------------------------------------------------------------------- +wget -O - https://tastytea.de/tastytea.asc | sudo apt-key add - +sudo add-apt-repository 'deb https://apt.schlomp.space/debian buster main' +sudo apt install epubgrep +-------------------------------------------------------------------------------- + +[TIP] +If you get the error message that `add-apt-repository` was not found, install +`software-properties-common`. + === From source ==== Dependencies