fix minor formatting problem

[Imported from Trac: page DownloadDebianPackages, version 26]
warner 2009-08-07 00:21:36 +00:00
parent daae2bef73
commit 2deab9a67e

@ -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 <http://allmydata.org/debian/> . 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.