From 22ab9e77cb0385685a26ea874a887f121631959f Mon Sep 17 00:00:00 2001 From: Marcin Bachry Date: Tue, 25 Oct 2016 18:11:21 +0200 Subject: [PATCH] Add doc snippet for Fedora installation --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 008552c..09009c4 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,11 @@ Install SafeEyes via [AUR](https://aur.archlinux.org/packages/safeeyes/). Credit Manual installation is not tested in any systems. I will update this page as soon as I have tested in any other Linux distributions. -1: Install the dependencies: `gir1.2-appindicator3-0.1`, `python-xlib`, `python-gobject`, `python-gi` and `xorg-xprop` in Arch +1: Install the dependencies: + + * Arch: `gir1.2-appindicator3-0.1`, `python-xlib`, `python-gobject`, `python-gi` and `xorg-xprop` + + * Fedora 24: `libappindicator-gtk3`, `python-xlib`, `python-gobject` and `xorg-x11-utils` 2: Download and extract [safeeyes.tar.gz](https://github.com/slgobinath/SafeEyes/releases/download/v1.0.7/safeeyes.tar.gz) into `/`: `sudo tar -xzvf safeeyes.tar.gz -C /` @@ -169,4 +173,4 @@ Version 1.0.6: ## License -GNU General Public License v3 \ No newline at end of file +GNU General Public License v3