Add Debian badge to readme

This commit is contained in:
Gobinath 2017-10-24 11:26:01 -04:00
parent 81544fbe36
commit edc4cae3a0
1 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,7 @@
[![GitHub version](https://badge.fury.io/gh/slgobinath%2FSafeEyes.svg)](https://badge.fury.io/gh/slgobinath%2FSafeEyes)
[![PyPI version](https://badge.fury.io/py/safeeyes.svg)](https://badge.fury.io/py/safeeyes)
[![Translation status](https://hosted.weblate.org/widgets/safe-eyes/-/translations/svg-badge.svg)](https://hosted.weblate.org/engage/safe-eyes/?utm_source=widget)
[![Badge](https://badges.debian.net/badges/debian/unstable/safeeyes/version.svg)](https://packages.debian.org/unstable/safeeyes)
Protect your eyes from eye strain using this simple and beautiful, yet extensible break reminder. A Free and Open Source Linux alternative to EyeLeo.
@ -54,6 +55,10 @@ sudo apt-get install gir1.2-appindicator3-0.1 gir1.2-notify-0.7 python3-psutil p
sudo pip3 install safeeyes
sudo update-icon-caches /usr/share/icons/hicolor
```
People using unstable/testing Debian can install Safe Eyes froms the official repository using the following command:
```
sudo apt-get install safeeyes
```
### Fedora
```