From: buoyantair Date: Thu, 30 May 2019 07:00:10 +0000 (+0530) Subject: tell the user to fork the repo (#1856) X-Git-Tag: v1.4.0-rc.1~201 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=e6b04e0e796c1b36d15fbe732e89ef4820dcabd9;p=github%2FChocobozzz%2FPeerTube.git tell the user to fork the repo (#1856) * tell the user to fork the repo very small doc bug :) * fix link --- 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 ```