From fb45ff806e68dbfe68397c4db0c4da15ff10364c Mon Sep 17 00:00:00 2001 From: neingeist Date: Mon, 22 Jun 2020 12:20:44 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=94=20README:=20Add=20installation=20i?= =?UTF-8?q?nstructions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes GH#1. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index b6513eb..05fdc99 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,12 @@ This is meant to be used together with the "Bold Unread" plugin, so that you see if any feed has unread items – just without the counter. ![Screenshot](https://raw.githubusercontent.com/neingeist/liferea-plugin-no-counters/screenshots/Screenshot_2019-07-21_12-21-28.png) + + +Installation +------------ +Copy the `no-counters.*` files to a new Liferea plugin directory, e.g.: +~~~ +cd .local/share/liferea/plugins && \ +git clone https://github.com/neingeist/liferea-plugin-no-counters.git no-counters +~~~