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:
authorMaurits van Mastrigt <maurits@nerdieworks.nl>2014-04-04 18:03:50 +0400
committerMaurits van Mastrigt <maurits@nerdieworks.nl>2014-04-04 18:03:50 +0400
commit0cb4b92a2dd714f12e9e95f9f7a57219817f9f39 (patch)
treee38331e521fd6cfc99e89588d4410c2f550d4797 /README.md
parentee423b405f51c1e72ee70cfe9f1fa826914984a6 (diff)
Update README.md
Clone over HTTPS (prevent "Permission denied (publickey)."). Add missing `npm install`.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 403c01f..9b40362 100644
--- a/README.md
+++ b/README.md
@@ -124,8 +124,9 @@ Most of the active development is happening inside of smaller npm modules which
## Run the app
```
-git clone git@github.com:feross/webtorrent.git
+git clone https://github.com/feross/webtorrent.git
cd webtorrent
+npm install
npm start
```