diff options
author | Dries Buytaert <dries@buytaert.net> | 2001-01-02 20:26:10 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2001-01-02 20:26:10 +0000 |
commit | fcc52fa430be500a0caca1c339d715731347da82 (patch) | |
tree | 281be3557709c0af44e72fcf9a2e48dc2cf49606 /modules/documentation.module | |
parent | 9a221a7e8ea0616e1b90f5a0d5df714fc5278893 (diff) | |
download | brdo-fcc52fa430be500a0caca1c339d715731347da82.tar.gz brdo-fcc52fa430be500a0caca1c339d715731347da82.tar.bz2 |
- setup an anonymous CVS account with password 'anonymous' and updated the
documentation
Diffstat (limited to 'modules/documentation.module')
-rw-r--r-- | modules/documentation.module | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/documentation.module b/modules/documentation.module index 05cc1a0f4..b55397628 100644 --- a/modules/documentation.module +++ b/modules/documentation.module @@ -228,6 +228,7 @@ function documentation() { <BLOCKQUOTE>$ export CVSROOT=":pserver:anonymous@drop.org:/home/dries/cvs"</BLOCKQUOTE> <P>3. Login by running the command:</P> <BLOCKQUOTE>$ cvs login</BLOCKQUOTE> + <P>The required password is 'anonymous' (without the quotes).</P> <P>4. To check out the latest drupal sources, run the command:</P> <BLOCKQUOTE>$ cvs co drupal</BLOCKQUOTE> <P>This will create a directory called <CODE>drupal</CODE> containing the latest drupal source tree. For the other source code repositories on this system just substitute the correct package name.</P> |