aac: error cleanup
[paraslash.git] / web / download.in.html
index fcdc1fe19c2ba02bf01ccbeba660b0483a9d6620..6cbf0345e5c5f246f378ff97f3d97cef549979a9 100644 (file)
@@ -1,15 +1,13 @@
 <h3><a name="download">Download</a></h3>
 
 <p> Only <a href="versions/">source</a> is available,
-including the <a href="versions/paraslash-cvs.tar.bz2">
-nightly cvs snapshot</a> (which may or may not compile at
+including the <a href="versions/paraslash-git.tar.bz2">
+nightly git snapshot</a> (which may or may not compile at
 any given time). All regular releases are
 <a href="PUBLIC_KEY">cryptographically signed</a>.
-Anonymous (read-only) cvs access is also
+Anonymous (read-only) git access is also
 available. Checkout a copy with </p>
 
-<p> cvs -d
-:pserver:anonymous@cvs.systemlinux.org:/var/lib/cvs
-login </p>
-<p>(empty passwd)</p>
-<p> cvs -d :pserver:anonymous@cvs.systemlinux.org:/var/lib/cvs co paraslash </p>
+<p>
+git clone git://www.paraslash.org/git paraslash
+</p>