1
0
Fork 0

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:
buoyantair 2019-05-30 12:30:10 +05:30 committed by Chocobozzz
parent bc01017be9
commit e6b04e0e79
1 changed files with 3 additions and 2 deletions

View File

@ -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
```