]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - .github/CONTRIBUTING.md
Fix delete comment federation
[github/Chocobozzz/PeerTube.git] / .github / CONTRIBUTING.md
index 3d90b70b9627b0478415ecca4bf3996a2079a9ef..c9988bfeab3348037550932d9721f913d283b7e5 100644 (file)
@@ -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
 ```