mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-10 15:22:13 +00:00
mention that the snapshot is cvs ready
This commit is contained in:
parent
f32fd378d5
commit
23c22ee443
2 changed files with 9 additions and 0 deletions
4
cvsrc
Normal file
4
cvsrc
Normal file
|
@ -0,0 +1,4 @@
|
|||
cvs -q -z6
|
||||
diff -u
|
||||
update -Pd
|
||||
checkout -P
|
|
@ -47,6 +47,11 @@ Please check the <a href="documentation.php">docs</a>.
|
|||
<UL>
|
||||
<LI>Source code
|
||||
<? fileDownloadLink("files/quakeforge-current", "tar.gz tar.bz2 zip"); ?>
|
||||
NOTE: this is an anonymous cvs ready tree. To update, all you need to do is the following:
|
||||
<blockquote>
|
||||
<code>cvs login </code>(only need this once, press enter for the password)<br>
|
||||
<code>cvs up </code>(creating <a href="cvsrc">~/.cvsrc</a> is highly recommended)
|
||||
</blockquote>
|
||||
</LI>
|
||||
<LI>Win32 binaries (Made with <A href="http://www.mingw.org/">MinGW</A> (GCC) in Linux)
|
||||
<?
|
||||
|
|
Loading…
Reference in a new issue