projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc01017
)
tell the user to fork the repo (#1856)
author
buoyantair
<buoyantair@protonmail.com>
Thu, 30 May 2019 07:00:10 +0000
(12:30 +0530)
committer
Chocobozzz
<me@florianbigard.com>
Thu, 30 May 2019 07:00:10 +0000
(09:00 +0200)
* tell the user to fork the repo
very small doc bug :)
* fix link
.github/CONTRIBUTING.md
patch
|
blob
|
history
diff --git
a/.github/CONTRIBUTING.md
b/.github/CONTRIBUTING.md
index b880270421842bbd368458f4518bfbd99866c09b..d796aeac6011cebf97f6e2090a94c8867df73ff7 100644
(file)
--- a/
.github/CONTRIBUTING.md
+++ b/
.github/CONTRIBUTING.md
@@
-59,10
+59,11
@@
Make sure that you have followed
[the steps](/support/doc/dependencies.md)
to install the dependencies.
-Then clone the sources and install node modules:
+Fork the github repository,
+and then clone the sources and install node modules:
```
-$ git clone https://github.com/
Chocobozzz
/PeerTube
+$ git clone https://github.com/
YOUR_GITHUB_USERNAME
/PeerTube
$ cd PeerTube
$ yarn install --pure-lockfile
```