Add git lines to the top of the main page.

At Spike's request. And based on his comment on the repo size, include
instructions for a shallow clone.
This commit is contained in:
Bill Currie 2012-11-16 11:46:08 +09:00
parent 9fbb06750b
commit afaccdf529
1 changed files with 11 additions and 0 deletions

View File

@ -11,6 +11,17 @@
modifications, and making it accessible to the largest number of players
we can. We like it, and we think you will too.
</P>
<P>
To get just the latest code:
<code>
git clone --depth 1 git://git.quakeforge.net/gitroot/quake/quakeforge
</code>
<BR>
Or for the full history:
<code>
git clone git://git.quakeforge.net/gitroot/quake/quakeforge
</code>
</P>
<?
need ("boxes news");