Skip to content

Commit b9c99bb

Browse files
committed
nicer markup
1 parent a10fc70 commit b9c99bb

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

README.markdown

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,34 +41,38 @@ GitX is licensed under the GPL version 2. For more information, see the attached
4141
# Downloading
4242

4343
GitX (L) is currently hosted at GitHub. It's project page can be found at
44+
4445
https://github.com/laullon/gitx
46+
4547
Recent binary releases can be found at
48+
4649
http://gitx.laullon.com
4750

4851
If you wish to follow GitX (L) development, you can download the source code
4952
through git:
5053

51-
git clone https://github.com/laullon/gitx.git
54+
git clone https://github.com/laullon/gitx.git
5255

5356
# Installation
5457

5558
The easiest way to get GitX (L) running is to download the binary release from
59+
5660
http://gitx.laullon.com
61+
5762
If you wish to compile it yourself, you will need XCode 3.0 or later. As
5863
GitX makes use of features available only on Leopard (such as garbage
5964
collection), you will not be able to compile it on previous versions of OS X.
60-
6165
To compile GitX (L), open the GitX.xcodeproj file and hit "Build".
6266

6367
# Usage
6468

6569
GitX (L) itself is fairly simple. Most of its power is in the 'gitx' binary, which
6670
you should install through the menu. the 'gitx' binary supports most of git
67-
rev-list's arguments. For example, you can run `gitx --all' to display all
68-
branches in the repository, or `gitx -- Documentation' to only show commits
69-
relating to the 'Documentation' subdirectory. With `gitx -Shaha', gitx will
70-
only show commits that contain the word 'haha'. Similarly, with 'gitx
71-
v0.2.1..', you will get a list of all commits since version 0.2.1.
71+
rev-list's arguments. For example, you can run `gitx --all` to display all
72+
branches in the repository, or `gitx -- Documentation` to only show commits
73+
relating to the 'Documentation' subdirectory. With `gitx -Shaha`, gitx will
74+
only show commits that contain the word 'haha'. Similarly, with `gitx
75+
v0.2.1..`, you will get a list of all commits since version 0.2.1.
7276

7377
# Helping out
7478

0 commit comments

Comments
 (0)