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