From 280379fdb8405246e8901d62c6ed9b2fdd3dba20 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Fri, 30 Apr 2010 03:15:01 +0100 Subject: [PATCH] i call this 0.0.6. update readme --- README | 10 ++++++++++ src/SparklePony.cs | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/README b/README index 4f63e63d..0174c866 100644 --- a/README +++ b/README @@ -28,5 +28,15 @@ SparklePony currently requires: - gtk-sharp2 >= 2.12 - notify-sharp >= 0.4.0 +You can build and install SparklyPony like this: + $ make + # make install + +Run it: + $ sparklepony start + +For help: + $ sparklepony --help + The official website is: http://www.github.com/hbons/SparklePony diff --git a/src/SparklePony.cs b/src/SparklePony.cs index a754069f..b9b72ba9 100644 --- a/src/SparklePony.cs +++ b/src/SparklePony.cs @@ -1,4 +1,4 @@ -// SparklePony 0.0.5 +// SparklePony 0.0.6 // SparklePony, an instant update workflow to Git. // Copyright (C) 2010 Hylke Bons