aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/CONTRIBUTING.md
diff options
context:
space:
mode:
authorbuoyantair <buoyantair@protonmail.com>2019-05-30 12:30:10 +0530
committerChocobozzz <me@florianbigard.com>2019-05-30 09:00:10 +0200
commite6b04e0e796c1b36d15fbe732e89ef4820dcabd9 (patch)
treee78acb68a129fa5f708a063340425b75782763fe /.github/CONTRIBUTING.md
parentbc01017be99c8d8390f45f82e97ed506b9f1b6a6 (diff)
downloadPeerTube-e6b04e0e796c1b36d15fbe732e89ef4820dcabd9.tar.gz
PeerTube-e6b04e0e796c1b36d15fbe732e89ef4820dcabd9.tar.zst
PeerTube-e6b04e0e796c1b36d15fbe732e89ef4820dcabd9.zip
tell the user to fork the repo (#1856)
* tell the user to fork the repo very small doc bug :) * fix link
Diffstat (limited to '.github/CONTRIBUTING.md')
-rw-r--r--.github/CONTRIBUTING.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index b88027042..d796aeac6 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -59,10 +59,11 @@ Make sure that you have followed
59[the steps](/support/doc/dependencies.md) 59[the steps](/support/doc/dependencies.md)
60to install the dependencies. 60to install the dependencies.
61 61
62Then clone the sources and install node modules: 62Fork the github repository,
63and then clone the sources and install node modules:
63 64
64``` 65```
65$ git clone https://github.com/Chocobozzz/PeerTube 66$ git clone https://github.com/YOUR_GITHUB_USERNAME/PeerTube
66$ cd PeerTube 67$ cd PeerTube
67$ yarn install --pure-lockfile 68$ yarn install --pure-lockfile
68``` 69```