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 +~~~