diff options
author | Chocobozzz <me@florianbigard.com> | 2018-03-21 10:20:47 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-03-21 10:20:47 +0100 |
commit | c263f3b425354cb0114d8fc22b8c4a96c3865c0b (patch) | |
tree | 23b22015e697cd3197894e957232979dde0df298 /.github/CONTRIBUTING.md | |
parent | a30ce9bf2391815dfc0107ea072b1d3116aec905 (diff) | |
download | PeerTube-c263f3b425354cb0114d8fc22b8c4a96c3865c0b.tar.gz PeerTube-c263f3b425354cb0114d8fc22b8c4a96c3865c0b.tar.zst PeerTube-c263f3b425354cb0114d8fc22b8c4a96c3865c0b.zip |
Update FAQ
Diffstat (limited to '.github/CONTRIBUTING.md')
-rw-r--r-- | .github/CONTRIBUTING.md | 2 |
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. | |||
45 | Then clone the sources and install node modules: | 45 | Then 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 | ``` |