make it more clear that $DIST is a variable

[Imported from Trac: page DownloadDebianPackages, version 8]
warner 2007-12-18 21:33:33 +00:00
parent 594fbd2ecb
commit 9ce3cfc7a1

@ -3,13 +3,13 @@ systems, using recent releases of Debian or Ubuntu.
To install debian packages for edgy, feisty, or etch from our [APT repository](http://allmydata.org/debian/), To install debian packages for edgy, feisty, or etch from our [APT repository](http://allmydata.org/debian/),
add the following lines to add the following lines to
your `/etc/apt/sources.list`, replacing the word `DIST` with your `/etc/apt/sources.list`, replacing the word `$DIST` with
`edgy`, `feisty`, or `etch` as appropriate. (If you are running `edgy`, `feisty`, or `etch` as appropriate. (If you are running
Debian lenny, use the `etch` packages.) Debian lenny, use the `etch` packages.)
``` ```
deb http://allmydata.org/debian/ DIST main tahoe deb http://allmydata.org/debian/ $DIST main tahoe
deb-src http://allmydata.org/debian/ DIST main tahoe deb-src http://allmydata.org/debian/ $DIST main tahoe
``` ```
Then update and install the `allmydata-tahoe` package. apt-get will Then update and install the `allmydata-tahoe` package. apt-get will