mirror of
https://git.code.sf.net/p/quake/website
synced 2025-02-18 18:01:41 +00:00
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:
parent
9fbb06750b
commit
afaccdf529
1 changed files with 11 additions and 0 deletions
11
index.php
11
index.php
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue