aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/CONTRIBUTING.md
diff options
context:
space:
mode:
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```