Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2016-04-07 06:25:13 +0300
committerFeross Aboukhadijeh <feross@feross.org>2016-04-07 06:25:13 +0300
commit3bf5070bbcfcd081dedca20e9ad5b71ab933b264 (patch)
treeeed2559d9fd09303faafadd2c0d10bcd1e73f8ab
parente996c48db38351e938105b6a7ab9574a7a97ce6f (diff)
readme
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 40979a5..dbbbf3f 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ web) we made some protocol changes. Therefore, a browser-based WebTorrent client
peer"** can only connect to other clients that support WebTorrent/WebRTC.
To seed files to web peers, use a client that supports WebTorrent, e.g.
-[WebTorrent Desktop](https://github.com/feross/webtorrent-desktop), a desktop client with a
+[WebTorrent Desktop][webtorrent-desktop], a desktop client with a
familiar UI that can connect to web peers,
[webtorrent-hybrid](https://github.com/feross/webtorrent-hybrid), a command line program,
or [Instant.io](https://instant.io/), a website. Established torrent clients like
@@ -116,6 +116,9 @@ To install a `webtorrent`
npm install webtorrent-cli -g
```
+To install a WebTorrent desktop appliation for OS X, Windows, or Linux, see
+[WebTorrent Desktop][webtorrent-desktop].
+
### Ways to help
- **Join us in [Gitter][webtorrent-gitter-url]** or on freenode at `#webtorrent` to help
@@ -303,6 +306,7 @@ These are the main modules that make up WebTorrent:
[webtorrent-tu]: https://travis-ci.org/feross/webtorrent
[webtorrent-ni]: https://img.shields.io/npm/v/webtorrent.svg
[webtorrent-nu]: https://www.npmjs.com/package/webtorrent
+[webtorrent-desktop]: https://webtorrent.io/desktop
[bittorrent-dht]: https://github.com/feross/bittorrent-dht
[bittorrent-dht-ti]: https://img.shields.io/travis/feross/bittorrent-dht/master.svg