replace cvs checkout instructions by git clone command
[paraslash.git] / web / download.in.html
index 0531a67f62cc1c2ec459c91f5b65376d90c16c17..6cbf0345e5c5f246f378ff97f3d97cef549979a9 100644 (file)
@@ -5,11 +5,9 @@ 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>