add anon cvs info

This commit is contained in:
David Schleef 2003-06-19 19:23:59 +00:00
parent f85f2ff2a7
commit ba4d56aefb

View file

@ -13,6 +13,19 @@
<li><a href="https://cvs.comedi.org/cgi-bin/viewcvs.cgi/comedilib/comedilib.tar.gz?tarball=1">Current Comedilib CVS snapshot</a>
</ul>
<p>Comedi and comedilib can be checked out using anonymous CVS
using the commands:<p>
<pre>
cvs -d :pserver:anonymous@cvs.comedi.org:/var/cvs login
cvs -d :pserver:anonymous@cvs.comedi.org:/var/cvs co comedi
cvs -d :pserver:anonymous@cvs.comedi.org:/var/cvs co comedilib
</pre>
<p>
When prompted for a password, hit enter.
</p>
<?php
echo get_footer();
?>