]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - .github/CONTRIBUTING.md
Fix delete comment federation
[github/Chocobozzz/PeerTube.git] / .github / CONTRIBUTING.md
index 819b9a8f5a594f0b5e5a6960db4a02c080e0ec72..c9988bfeab3348037550932d9721f913d283b7e5 100644 (file)
@@ -33,7 +33,7 @@ Some hints:
 
 ## Develop
 
-Don't hesitate to talk about features you want to develop by creating an issue
+Don't hesitate to talk about features you want to develop by creating/commenting an issue
 before you start working on them :).
 
 ### Prerequisites
@@ -45,7 +45,7 @@ to install the dependencies.
 Then clone the sources and install node modules:
 
 ```
-$ git clone -b master https://github.com/Chocobozzz/PeerTube
+$ git clone https://github.com/Chocobozzz/PeerTube
 $ cd PeerTube
 $ yarn install --pure-lockfile
 ```