From edc4cae3a09076918563a55a8b6d08e43c7d64b2 Mon Sep 17 00:00:00 2001 From: Gobinath Date: Tue, 24 Oct 2017 11:26:01 -0400 Subject: [PATCH] Add Debian badge to readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index cf37f97..ec45c57 100644 --- a/README.md +++ b/README.md @@ -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 ```