aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/CONTRIBUTING.md
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-03-21 10:20:47 +0100
committerChocobozzz <me@florianbigard.com>2018-03-21 10:20:47 +0100
commitc263f3b425354cb0114d8fc22b8c4a96c3865c0b (patch)
tree23b22015e697cd3197894e957232979dde0df298 /.github/CONTRIBUTING.md
parenta30ce9bf2391815dfc0107ea072b1d3116aec905 (diff)
downloadPeerTube-c263f3b425354cb0114d8fc22b8c4a96c3865c0b.tar.gz
PeerTube-c263f3b425354cb0114d8fc22b8c4a96c3865c0b.tar.zst
PeerTube-c263f3b425354cb0114d8fc22b8c4a96c3865c0b.zip
Update FAQ
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```