From 5b282de2fd1399684aa09ec4a132bf899b77435d Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Fri, 7 Feb 2003 21:33:15 +0000
Subject: [PATCH] Now instructs checkout of docs and (new) include modules.

---
 docs/sbbsunix.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/sbbsunix.txt b/docs/sbbsunix.txt
index 4e0650bdbf..a70e194281 100644
--- a/docs/sbbsunix.txt
+++ b/docs/sbbsunix.txt
@@ -91,10 +91,10 @@ Note: Skip to step 8 if you are updating an existing Synchronet installation.
       export CVSROOT=:pserver:anonymous@cvs.synchro.net:/cvsroot/sbbs 
       cvs login
       (no password - just hit enter)
-      cvs co ctrl text exec xtrn node1 node2 node3 node4
+      cvs co ctrl text docs exec xtrn node1 node2 node3 node4
 
    D. Get the required source code modules from the CVS repository:
-      cvs co src/sbbs3 src/uifc src/xpdev src/mozilla
+      cvs co src/sbbs3 src/uifc src/xpdev include
 
    E. Get the required JavaScript library for your platform and build type:
       cvs co lib/mozilla/js/linux.debug
-- 
GitLab