diff --git a/trunk/doc/tor-doc.html b/trunk/doc/tor-doc.html
index bdf8a429ea..0a5dbd698b 100644
--- a/trunk/doc/tor-doc.html
+++ b/trunk/doc/tor-doc.html
@@ -284,7 +284,7 @@ servers, and you need to change the tarball so it points to your directory
servers rather than the default ones.
-- 1: Grab the latest release.
+
- 1: Grab the latest release. Use at least 0.0.9pre5.
- 2: For each directory server you want,
- 3: Create the new dirservers file. You do this by concatenating the
"router.desc" files from each dirserver's DataDirectory: cat router1.desc
router2.desc ... > dirservers
-
- 4: Now you need to teach clients and servers to use the new
-dirservers file. First, check out the tor cvs repository (instructions here -- be sure to check out the
-tag that matches the version of the code you intend to use; and note that
-the latest cvs version may not compile or work right). Then:
-
-- 4a: Edit src/or/config.c and change the default_dirservers_string array
-so that it reflects the contents of the new dirservers file instead
-of the old one. Be sure to get the quotes and newlines and semicolons
-right. (This step sucks. We plan to have it solved by the release of 0.0.9.)
-
- 4b: Replace the dirservers file in your sandbox (in src/config/)
-with the one from step 3.
-
- 4c: edit configure.in, change the AM_INIT_AUTOMAKE(tor, 0.0.8)
-line so that it specifies a version that is specific to you, such as
-0.0.8-arma. This will help you keep from being confused later. Be sure
-to update the RecommendedVersions lines to include this version.
-
- 4d: run ./autogen.sh (you'll need a new enough set of auto* tools),
-then make dist.
-
+ - 4a: Now you need to teach clients and servers to use the new
+dirservers. For each fingerprint, add a line like
+DirServer 18.244.0.114:80 719B E45D E224 B607 C537 07D0 E214 3E2D 423E 74CF
+to the torrc of each client and server who will be using your network.
- 5: Create a file called approved-routers in the DataDirectory
-of each directory server. Collect the 'fingerprint' lines from the
-DataDirectory of each server (including directory servers), and include
-them (one per line) in each approved-routers file. You can hup the tor
-process for each directory server to reload the approved-routers file
-(so you don't have to restart the process).
+of each directory server. Collect the 'fingerprint' lines from
+each server (including directory servers), and include them (one per
+line) in each approved-routers file. You can hup the tor process for
+each directory server to reload the approved-routers file (so you don't
+have to restart the process).