diff --git a/doc/download.html b/doc/download.html
index 8193af4d..6a829ef5 100755
--- a/doc/download.html
+++ b/doc/download.html
@@ -31,8 +31,15 @@ is usually the case if some user asks for some new features, which are then
implemented and sent to the user for testing. The minor releases are named
x.y.z-r where r is the release number.
A CVS web access to the
-source code contains the complete development history of ELOG. News for each
-version can be seen in the changelog
+source code contains the complete development history of ELOG. To check out the complete +CVS tree, use:
+
+setenv CVS_RSH ssh (or "export CVS_RSH=ssh" for bash & Co)
+cvs -d :ext:cvs@midas.psi.ch:/usr/local/cvsroot checkout elog
+cvs@midas.psi.ch's password: cvs
+
+News for each version can be seen in the +changelog