From e6b04e0e796c1b36d15fbe732e89ef4820dcabd9 Mon Sep 17 00:00:00 2001 From: buoyantair Date: Thu, 30 May 2019 12:30:10 +0530 Subject: tell the user to fork the repo (#1856) * tell the user to fork the repo very small doc bug :) * fix link --- .github/CONTRIBUTING.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index b88027042..d796aeac6 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -59,10 +59,11 @@ Make sure that you have followed [the steps](/support/doc/dependencies.md) to install the dependencies. -Then clone the sources and install node modules: +Fork the github repository, +and then clone the sources and install node modules: ``` -$ git clone https://github.com/Chocobozzz/PeerTube +$ git clone https://github.com/YOUR_GITHUB_USERNAME/PeerTube $ cd PeerTube $ yarn install --pure-lockfile ``` -- cgit v1.2.3