📔 README: Add installation instructions

Fixes GH#1.
This commit is contained in:
neingeist 2020-06-22 12:20:44 +02:00
parent 30c360a781
commit fb45ff806e

View file

@ -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. 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) ![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
~~~