From 0cb4b92a2dd714f12e9e95f9f7a57219817f9f39 Mon Sep 17 00:00:00 2001 From: Maurits van Mastrigt Date: Fri, 4 Apr 2014 16:03:50 +0200 Subject: [PATCH] Update README.md Clone over HTTPS (prevent "Permission denied (publickey)."). Add missing `npm install`. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 403c01fe..9b40362f 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 ```