some more html tags to highlight bash commands
authorArun Persaud <arun@nubati.net>
Tue, 6 Nov 2012 05:29:23 +0000 (21:29 -0800)
committerArun Persaud <arun@nubati.net>
Tue, 6 Nov 2012 05:29:23 +0000 (21:29 -0800)
index.html

index 42baa5b..6dbd51e 100644 (file)
@@ -126,15 +126,15 @@ The master branch includes the development for v4.6.x and also has some more exp
 
 <h6>git version</h6>
 
-<p> The <a href="http://git.savannah.gnu.org/cgit/xboard.git">git repository</a> 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 <a href="ftp://ftp.gnu.org/gnu/xboard/"> ftp-server </a> and you will need to run autogen.sh on them as described below.</p>
+<p> The <a href="http://git.savannah.gnu.org/cgit/xboard.git">git repository</a> 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 <a href="ftp://ftp.gnu.org/gnu/xboard/"> ftp-server </a> and you will need to run <code>./autogen.sh</code> on them as described below.</p>
 
 <p> If you want to get a copy of the repository you can clone it using the command <code>"git clone http://git.savannah.gnu.org/r/xboard.git"</code>. For more information on how to use git, please visit the git home page.</p>
 
 <p> 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.</p>
+run <code>./autogen.sh</code>, <code>./configure</code> and then <code>make</code> and <code>make install</code>.</p>
 
 <h6>tar-balls (from the ftp-server)</h6>
-<p> Unpack the tar ball and do ./configure followed by make and make install.</p>
+<p> Unpack the tar ball and do <code>./configure</code> followed by <code>make</code> and <code>make install</code>.</p>
 
 <p>For development sources and other information, please see
 the <a href="http://savannah.gnu.org/projects/xboard/">XBoard project