From 6fe3a9ac1c1019833b0b211cef8784884b8c6add Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Mon, 5 Nov 2012 21:29:23 -0800 Subject: [PATCH] some more html tags to highlight bash commands --- index.html | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 42baa5b..6dbd51e 100644 --- a/index.html +++ b/index.html @@ -126,15 +126,15 @@ The master branch includes the development for v4.6.x and also has some more exp
git version
-

The git repository is available on Savannah. All branches can be viewed there. The web page also provides tar-balls of all tagged versions, these tar-balls are different from the ones that you can download from the ftp-server and you will need to run autogen.sh on them as described below.

+

The git repository is available on Savannah. All branches can be viewed there. The web page also provides tar-balls of all tagged versions, these tar-balls are different from the ones that you can download from the ftp-server and you will need to run ./autogen.sh on them as described below.

If you want to get a copy of the repository you can clone it using the command "git clone http://git.savannah.gnu.org/r/xboard.git". For more information on how to use git, please visit the git home page.

After cloning the git-repository or downloading and unpacking a snapshot tar-ball from the git repository, -run ./autogen.sh, ./configure and then make and make install.

+run ./autogen.sh, ./configure and then make and make install.

tar-balls (from the ftp-server)
-

Unpack the tar ball and do ./configure followed by make and make install.

+

Unpack the tar ball and do ./configure followed by make and make install.

For development sources and other information, please see the XBoard project -- 1.7.0.4