tell the user to fork the repo (#1856)
* tell the user to fork the repo very small doc bug :) * fix link
This commit is contained in:
parent
bc01017be9
commit
e6b04e0e79
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue