mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-24 09:40:28 -06:00
fix CONTRIBUTING.md command order (#3305)
This commit is contained in:
parent
30ae75f977
commit
b4bc269e55
2
.github/CONTRIBUTING.md
vendored
2
.github/CONTRIBUTING.md
vendored
@ -83,8 +83,8 @@ and then clone the sources and install node modules:
|
||||
|
||||
```
|
||||
$ git clone https://github.com/Chocobozzz/PeerTube
|
||||
$ git remote add me git@github.com:YOUR_GITHUB_USERNAME/PeerTube.git
|
||||
$ cd PeerTube
|
||||
$ git remote add me git@github.com:YOUR_GITHUB_USERNAME/PeerTube.git
|
||||
$ yarn install --pure-lockfile
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user