]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
fix the TESTING THAT IT IS PROPERLY INSTALLED section
authorZooko O'Whielacronx <zooko@zooko.com>
Wed, 2 May 2007 06:42:01 +0000 (23:42 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Wed, 2 May 2007 06:42:01 +0000 (23:42 -0700)
My oh-so-useful test subject here skipped that section because he thought it was part of a section that he was finished with.

README

diff --git a/README b/README
index bac32b071bc58dcfa2f4d11f38a1d59ed40fba38..f2b5dcb9e5b709337d80a634160652550e2563a5 100644 (file)
--- a/README
+++ b/README
@@ -160,19 +160,19 @@ INSTALLING:
   executables into "./instdir/bin".)
 
 
- To Test That It Is Properly Installed:
-
 To test that all the modules got installed properly, start a python
 interpreter and import modules as follows:
-
-   % python
-   Python 2.4.4 (#2, Jan 13 2007, 17:50:26)
-   [GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)] on linux2
-   Type "help", "copyright", "credits" or "license" for more information.
-   >>> import zfec
-   >>> import allmydata.Crypto
-   >>> import foolscap
-   >>> import allmydata.interfaces
+TESTING THAT IT IS PROPERLY INSTALLED
+
+ To test that all the modules got installed properly, start a python
+ interpreter and import modules as follows:
+
+  % python
+  Python 2.4.4 (#2, Jan 13 2007, 17:50:26)
+  [GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)] on linux2
+  Type "help", "copyright", "credits" or "license" for more information.
+  >>> import zfec
+  >>> import allmydata.Crypto
+  >>> import foolscap
+  >>> import allmydata.interfaces
 
 
 RUNNING: