| 1 | At this time, precompiled packages are available only for Debian-like systems. |
| 2 | |
| 3 | 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: |
| 4 | |
| 5 | {{{ |
| 6 | deb http://allmydata.org/debian/ DIST main tahoe |
| 7 | deb-src http://allmydata.org/debian/ DIST main tahoe |
| 8 | }}} |
| 9 | |
| 10 | 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. |
| 11 | |
| 12 | After installing see the [http://allmydata.org/trac/tahoe/browser/README the README file] for how to use it. |