[gitg] Added building from git to README



commit 9dc095c964893815982dd44a6fdba8d4033389ca
Author: Jesse van den Kieboom <jessevdk gnome org>
Date:   Sat May 29 13:43:21 2010 +0200

    Added building from git to README

 README |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/README b/README
index ef68bc9..2490dde 100644
--- a/README
+++ b/README
@@ -23,6 +23,15 @@ gitg:
 
 For more information on installing gitg, please view INSTALL.
 
+= Building gitg from git =
+The gitg repository is hosted on git.gnome.org. To build from git, use the
+following:
+
+	$ git clone git://git.gnome.org/gitg
+	$ cd gitg
+	$ ./autogen.sh
+	$ make
+
 = Using gitg =
 When gitg is installed, you can run gitg from the GNOME menu, or from a
 terminal by issuing: 'gitg'. Type 'gitg --help' to show the options you can



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]