X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.github%2FCONTRIBUTING.md;h=1256a02bdfecbfb1ede41705252c8137c40abf6d;hb=12c8a46362f1f92d1c1a34991a76c55f625a80c6;hp=1d034944d27a8ce3def6daf58090e6ebb3444004;hpb=93ab83893d6c59c90fd92229af5ab2977d05940b;p=github%2FChocobozzz%2FPeerTube.git diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 1d034944d..1256a02bd 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -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 ```