mirror of
https://git.code.sf.net/p/quake/website
synced 2025-01-31 12:40:49 +00:00
- Added a paragraph pointing to the quake2 repository.
This commit is contained in:
parent
89f49c0c80
commit
5849f58c70
1 changed files with 8 additions and 0 deletions
|
@ -151,6 +151,14 @@ echo "<li>Source code ";
|
|||
fileDownloadLink("http://osdn.dl.sourceforge.net/sourceforge/quake/quake2-0.1", "tar.gz tar.bz2");
|
||||
echo "</li>";
|
||||
echo "</ul>";
|
||||
echo "<p>The latest CVS can be retreived from our CVS server, with the ";
|
||||
echo "following commands:";
|
||||
echo "<blockquote><tt>";
|
||||
echo "cvs -d :pserver:anonymous@cvs.quakeforge.net:/project/cvs login";
|
||||
echo "<br>";
|
||||
echo "cvs -d :pserver:anonymous@cvs.quakeforge.net:/project/cvs -z3 co quake2";
|
||||
echo "</tt></blockquote>";
|
||||
echo "<p>The anonymous password is empty, just hit Enter when prompted for one";
|
||||
?>
|
||||
|
||||
<HR>
|
||||
|
|
Loading…
Reference in a new issue