1
0
Fork 0

fix CONTRIBUTING.md command order (#3305)

This commit is contained in:
Frank Sträter 2020-11-13 11:53:30 +01:00 committed by GitHub
parent 30ae75f977
commit b4bc269e55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
```