From 2deab9a67ecfacc11f9711e7ad16c950552d8912 Mon Sep 17 00:00:00 2001 From: warner <> Date: Fri, 7 Aug 2009 00:21:36 +0000 Subject: [PATCH] fix minor formatting problem [Imported from Trac: page DownloadDebianPackages, version 26] --- DownloadDebianPackages.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/DownloadDebianPackages.md b/DownloadDebianPackages.md index 78c575a..053d208 100644 --- a/DownloadDebianPackages.md +++ b/DownloadDebianPackages.md @@ -48,16 +48,16 @@ added to debian proper, and no longer need to be hosted here). This is required to make tahoe be "apt-get installable" on any given platform. "runs-from-source" means that it is possible to take a Tahoe source tree -(either from a downloaded tarball or from a darcs checkout) and run ```python -setup.py build``` on it, then run `./bin/tahoe` to use it. This approach +(either from a downloaded tarball or from a darcs checkout) and run +`python setup.py build` on it, then run `./bin/tahoe` to use it. This approach is described on the -[""Install Tahoe""](http://allmydata.org/source/tahoe/trunk/docs/install.html) +[http://allmydata.org/source/tahoe/trunk/docs/install.html ""Install Tahoe""] page. The allmydata.org buildbot automatically tests run-from-source on most debian platforms. -## Downloading/Installing Binary Packages +== Downloading/Installing Binary Packages == -allmydata.org hosts an APT repository at . To +allmydata.org hosts an APT repository at http://allmydata.org/debian/ . To install packages from this repository, add the following lines to your `/etc/apt/sources.list`, replacing the word `$DIST` with one of `etch`, `sid`, `edgy`, etc, as appropriate.