From: Andre Date: Tue, 21 Feb 2006 21:25:32 +0000 (+0100) Subject: replace cvs checkout instructions by git clone command X-Git-Tag: v0.2.11~56 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=886e27458bc5e282567c6835b90b3b22d76bf6ec;ds=sidebyside replace cvs checkout instructions by git clone command --- diff --git a/web/download.in.html b/web/download.in.html index 0531a67f..6cbf0345 100644 --- a/web/download.in.html +++ b/web/download.in.html @@ -5,11 +5,9 @@ including the nightly git snapshot (which may or may not compile at any given time). All regular releases are cryptographically signed. -Anonymous (read-only) cvs access is also +Anonymous (read-only) git access is also available. Checkout a copy with

-

cvs -d -:pserver:anonymous@cvs.systemlinux.org:/var/lib/cvs -login

-

(empty passwd)

-

cvs -d :pserver:anonymous@cvs.systemlinux.org:/var/lib/cvs co paraslash

+

+git clone git://www.paraslash.org/git paraslash +