aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to '.github/CONTRIBUTING.md')
-rw-r--r--.github/CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 3d90b70b9..c9988bfea 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -45,7 +45,7 @@ to install the dependencies.
45Then clone the sources and install node modules: 45Then clone the sources and install node modules:
46 46
47``` 47```
48$ git clone -b master https://github.com/Chocobozzz/PeerTube 48$ git clone https://github.com/Chocobozzz/PeerTube
49$ cd PeerTube 49$ cd PeerTube
50$ yarn install --pure-lockfile 50$ yarn install --pure-lockfile
51``` 51```