From d8873f2f8d36942c79b9afde7f99e9200707511e Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Wed, 5 May 2010 14:13:55 +0100 Subject: [PATCH] update some readme --- AUTHORS | 5 ++++- README | 37 +++++++++++++++++++++++++++---------- 2 files changed, 31 insertions(+), 11 deletions(-) diff --git a/AUTHORS b/AUTHORS index 5d6e0a9a..65784988 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,4 +1,7 @@ +Written by: Hylke Bons -Artwork: +Artwork by: Lapo Calamandrei + +Special thanks to: diff --git a/README b/README index 029aabe0..5aab0b90 100644 --- a/README +++ b/README @@ -1,4 +1,5 @@ SparkleShare Version 0.0.11 +=========================== SparkleShare is a file sharing and collaboration tool inspired by Dropbox. It allows you to instantly sync with any Git repository you have access to. @@ -17,41 +18,57 @@ SparkleShare currently only works on Linux/GNOME. Windows and OSX ports are planned for the future. +License +======= + SparkleShare is free software and licensed under the GNU GPLv3. You are welcome to change and redistribute it under certain conditions. For more information see the LICENSE file or visit http://www.gnu.org/licenses/gpl-3.0.html +Run +=== + SparkleShare currently requires: + - git >= 1.7 - gtk-sharp2 >= 2.12.7 - mono-core >= 2.2 - ndesk-dbus >= 0.6 - notify-sharp >= 0.4.0 +Run the service: + + $ sparkleshare start + +You can stop the service via the graphical interface or by typing: + + $ sparkleshare stop + +For help: + + $ sparkleshare --help + + +Building +======== To build SparkleShare you need: - - git >= 1.7 + - gtk-sharp2-devel >= 2.12.7 - mono-core >= 2.2 - monodevelop >= 2.0 - ndesk-dbus-devel >= 0.6 - notify-sharp-devel >= 0.4.0 - You can build and install SparkleShare like this: + $ make $ sudo make install -Run the service: - $ sparkleshare start - -You can stop the service via the graphical interface or by typing: - $ sparkleshare stop - -For help: - $ sparkleshare --help +Info +==== The official website is: http://www.github.com/hbons/SparkleShare