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>2014-05-12 02:18:50 +0400
committerFeross Aboukhadijeh <feross@feross.org>2014-05-12 02:18:50 +0400
commit296df48fcf68333ea17305c26c35f403d7383dc1 (patch)
tree5e7e69b6f622eb56f442828b779038b464ba0f74 /README.md
parentb2eb62a60257e2514e1cf84e3ecffed03b9d53d2 (diff)
make contributing instructions clearer
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 10 insertions, 12 deletions
diff --git a/README.md b/README.md
index 335dc1a..3fba51d 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,16 @@
### Ways to help
- **Donations.** I fight for the users. JavaScript and WebRTC are my sword and shield. I'm working on WebTorrent almost every night so please support me if you believe in the vision. Send bitcoin to *1B6aystcqu8fd6ejzpmMFMPRqH9b86iiwh* or [donate via Coinbase](https://coinbase.com/checkouts/7c683397e33166651dedfebee6fb0f96).
-- **Send pull requests.** Take a look at the [open issues](https://github.com/feross/webtorrent/issues?state=open) and see if there's something you can help with.
+- **Fix bugs, add features.** Join `#webtorrent` on Freenode. Take a look at the [open issues](https://github.com/feross/webtorrent/issues?state=open) and see what you can help with.
+
+Here's how to get started:
+
+```
+git clone https://github.com/feross/webtorrent.git
+cd webtorrent
+npm install
+npm start
+```
### Planned Features
@@ -136,17 +145,6 @@ WebTorrent is only possible due to the excellent work of the following contribut
- [WebTorrent: Bringing BitTorrent to the Web with WebRTC (CraftConf)](https://www.youtube.com/watch?v=PT8s_IVWDgw) (April 2014, progress update on WebTorrent)
- [WebRTC Black Magic (RealtimeConf)](https://vimeo.com/77265280) (skip to end, where I first shared the idea for WebTorrent)
-### Contribute
-
-Here's how to get started:
-
-```
-git clone https://github.com/feross/webtorrent.git
-cd webtorrent
-npm install
-npm start
-```
-
### License
MIT. Copyright (c) [Feross Aboukhadijeh](http://feross.org).