diff --git a/site/index.html b/site/index.html index 456faa4..4dea0de 100644 --- a/site/index.html +++ b/site/index.html @@ -750,11 +750,11 @@ $ cvs -q update -dP You should now have the latest Telodendria source code. Follow the Code Style as you make your changes. If the cvs command fails with a Connection refused -error message, then try setting the SSH_RSH environment +error message, then try setting the CVS_RSH environment variable to ssh, like this:

-$ export SSH_RSH=ssh +$ export CVS_RSH=ssh

Then run the checkout again. Some versions of CVS don't use SSH to checkout