tell the user to fork the repo (#1856)
authorbuoyantair <buoyantair@protonmail.com>
Thu, 30 May 2019 07:00:10 +0000 (12:30 +0530)
committerChocobozzz <me@florianbigard.com>
Thu, 30 May 2019 07:00:10 +0000 (09:00 +0200)
* tell the user to fork the repo

very small doc bug :)

* fix link

.github/CONTRIBUTING.md

index b880270421842bbd368458f4518bfbd99866c09b..d796aeac6011cebf97f6e2090a94c8867df73ff7 100644 (file)
@@ -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
 ```