From 1e6c7150bc452a3cec5ecd662ff2d7a47f345704 Mon Sep 17 00:00:00 2001
From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Tue, 1 May 2007 22:04:58 -0700
Subject: [PATCH] add the apt-get information to the README

---
 README | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/README b/README
index b9edee6f..53a48daa 100644
--- a/README
+++ b/README
@@ -9,6 +9,22 @@ The interface to the storage grid allows you to store and fetch files, either
 by self-authenticating cryptographic identifier or by filename and path.
 
 
+GETTING PRECOMPILED PACKAGES FOR DEBIAN-LIKE SYSTEMS:
+
+ To install debian packages for etch, dapper, edgy, or feisty, add the
+ following lines to your /etc/apt/sources.list, replacing the word DIST with
+ etch, dapper, edgy, or feisty as appropriate:
+
+  deb http://allmydata.org/debian/  DIST  main tahoe
+  deb-src http://allmydata.org/debian/  DIST  main tahoe
+
+ Then update and install the allmydata-tahoe package.  These packages are
+ generated each time the code is changed, and represent the most up-to-date
+ (read "unstable") version available.  The usual warnings about no guarantees
+ apply: it might cause your computer to catch fire, might steal your dog,
+ etc.
+
+
 GETTING THE SOURCE CODE:
 
  The code is available via darcs by running the following command:
-- 
2.45.2