]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
fix README on how to install The Debian Way
authorZooko O'Whielacronx <zooko@zooko.com>
Wed, 2 May 2007 06:38:39 +0000 (23:38 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Wed, 2 May 2007 06:38:39 +0000 (23:38 -0700)
README

diff --git a/README b/README
index afc473e9a666e910668d14da0a968cf182e739b2..bac32b071bc58dcfa2f4d11f38a1d59ed40fba38 100644 (file)
--- a/README
+++ b/README
@@ -126,15 +126,16 @@ INSTALLING:
 
  The Debian Way:
 
-  This requires the debian packages build-essential and fakeroot, and the
-  packages listed as "Build-Depends" in the DIST/debian/control in the
-  top-level tahoe directory, replacing the word DIST with etch, dapper, edgy,
-  or feisty as appropriate:
+  This requires the debian packages build-essential, fakeroot, devscripts,
+  and the packages listed as "Build-Depends" in the DIST/debian/control in
+  the top-level tahoe directory, replacing the word DIST with etch, dapper,
+  edgy, or feisty as appropriate:
 
   If you're running on a debian system, run 'make deb-dapper', 'make
   deb-sid', 'make deb-edgy', or 'make deb-feisty', from within the tahoe
   top-level directory, to construct two debian packages named
-  'allmydata-tahoe' and 'python-foolscap' which you can then install
+  'allmydata-tahoe' and 'python-foolscap' which you can then install with
+  dpkg.
 
  The Python Way: