From 20ef682f89acf5602780dd019308b951cc4ac360 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sat, 1 May 2010 18:44:23 +0100 Subject: [PATCH] update readme --- README | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README b/README index 492a566c..2b90d03c 100644 --- a/README +++ b/README @@ -29,14 +29,21 @@ SparklePony currently requires: - mono-core >= 2.2 - notify-sharp >= 0.4.0 +Installing dependencies on Fedora: + # yum install git gtk-sharp2 gtk-sharp2-devel mono-core notify-sharp \ + notify-sharp-devel You can build and install SparklePony like this: $ make + $ su # make install -Run it: +Run the service: $ sparklepony start +You can stop the service via the graphical interface or by typing: + $ sparklepony stop + For help: $ sparklepony --help