From b9c99bba4e5f184a30ae7bc789d58e16851a159b Mon Sep 17 00:00:00 2001 From: Alexander van der Berg Date: Sat, 9 Apr 2011 09:00:35 -0700 Subject: [PATCH] nicer markup --- README.markdown | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/README.markdown b/README.markdown index 70c1ca9..c0cbf3c 100644 --- a/README.markdown +++ b/README.markdown @@ -41,34 +41,38 @@ GitX is licensed under the GPL version 2. For more information, see the attached # Downloading GitX (L) is currently hosted at GitHub. It's project page can be found at + https://github.com/laullon/gitx + Recent binary releases can be found at + http://gitx.laullon.com If you wish to follow GitX (L) development, you can download the source code through git: -git clone https://github.com/laullon/gitx.git + git clone https://github.com/laullon/gitx.git # Installation The easiest way to get GitX (L) running is to download the binary release from + http://gitx.laullon.com + If you wish to compile it yourself, you will need XCode 3.0 or later. As GitX makes use of features available only on Leopard (such as garbage collection), you will not be able to compile it on previous versions of OS X. - To compile GitX (L), open the GitX.xcodeproj file and hit "Build". # Usage GitX (L) itself is fairly simple. Most of its power is in the 'gitx' binary, which you should install through the menu. the 'gitx' binary supports most of git -rev-list's arguments. For example, you can run `gitx --all' to display all -branches in the repository, or `gitx -- Documentation' to only show commits -relating to the 'Documentation' subdirectory. With `gitx -Shaha', gitx will -only show commits that contain the word 'haha'. Similarly, with 'gitx -v0.2.1..', you will get a list of all commits since version 0.2.1. +rev-list's arguments. For example, you can run `gitx --all` to display all +branches in the repository, or `gitx -- Documentation` to only show commits +relating to the 'Documentation' subdirectory. With `gitx -Shaha`, gitx will +only show commits that contain the word 'haha'. Similarly, with `gitx +v0.2.1..`, you will get a list of all commits since version 0.2.1. # Helping out