diff options
author | Joey Hess <joeyh@joeyh.name> | 2014-12-18 14:22:43 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2014-12-18 14:26:10 -0400 |
commit | ac2a9bb2705bac6eb094bbe33aa748ce31ca64d0 (patch) | |
tree | 56025a4428e80b1cbfff1b7dca0b5bc764b07031 /doc/special_remotes | |
parent | 1ee12c6c3cd3e0d9228eaf302621a2551e9a7194 (diff) |
When possible, build with the haskell torrent library for parsing torrent files.
Diffstat (limited to 'doc/special_remotes')
-rw-r--r-- | doc/special_remotes/bittorrent.mdwn | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/special_remotes/bittorrent.mdwn b/doc/special_remotes/bittorrent.mdwn index 36fa1b879..4821acc63 100644 --- a/doc/special_remotes/bittorrent.mdwn +++ b/doc/special_remotes/bittorrent.mdwn @@ -8,8 +8,10 @@ torrent and add it to the git annex repository. See [[tips/using_the_web_as_a_special_remote]] for usage examples. git-annex uses [aria2](http://aria2.sourceforge.net/) to download torrents. -It also needs the `btshowmetainfo` program, from either -bittornado or the original BitTorrent client. + +If git-annex is not built using the haskell torrent library to parse +torrents, it also needs the needs the `btshowmetainfo` program, from +either bittornado or the original BitTorrent client. ## notes |