diff options
author | buoyantair <buoyantair@protonmail.com> | 2019-05-30 12:30:10 +0530 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-05-30 09:00:10 +0200 |
commit | e6b04e0e796c1b36d15fbe732e89ef4820dcabd9 (patch) | |
tree | e78acb68a129fa5f708a063340425b75782763fe /.github | |
parent | bc01017be99c8d8390f45f82e97ed506b9f1b6a6 (diff) | |
download | PeerTube-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')
-rw-r--r-- | .github/CONTRIBUTING.md | 5 |
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) |
60 | to install the dependencies. | 60 | to install the dependencies. |
61 | 61 | ||
62 | Then clone the sources and install node modules: | 62 | Fork the github repository, |
63 | and 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 | ``` |