]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - .github/CONTRIBUTING.md
Fix about scrolling behaviour
[github/Chocobozzz/PeerTube.git] / .github / CONTRIBUTING.md
index 1d034944d27a8ce3def6daf58090e6ebb3444004..1256a02bdfecbfb1ede41705252c8137c40abf6d 100644 (file)
@@ -83,8 +83,8 @@ and then clone the sources and install node modules:
 
 ```
 $ git clone https://github.com/Chocobozzz/PeerTube
-$ git remote add me git@github.com:YOUR_GITHUB_USERNAME/PeerTube.git
 $ cd PeerTube
+$ git remote add me git@github.com:YOUR_GITHUB_USERNAME/PeerTube.git
 $ yarn install --pure-lockfile
 ```