diff options
author | Frank Sträter <fstrater@beeldengeluid.nl> | 2020-11-13 11:53:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-13 11:53:30 +0100 |
commit | b4bc269e5517849b5b89052f0c1a2c01b6f65089 (patch) | |
tree | 9ab32eced1822a19c0153ab40b0c0630f2091138 /.github | |
parent | 30ae75f97782dbdaec64c3e39fcd583073758bb1 (diff) | |
download | PeerTube-b4bc269e5517849b5b89052f0c1a2c01b6f65089.tar.gz PeerTube-b4bc269e5517849b5b89052f0c1a2c01b6f65089.tar.zst PeerTube-b4bc269e5517849b5b89052f0c1a2c01b6f65089.zip |
fix CONTRIBUTING.md command order (#3305)
Diffstat (limited to '.github')
-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 1d034944d..1256a02bd 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md | |||
@@ -83,8 +83,8 @@ and then clone the sources and install node modules: | |||
83 | 83 | ||
84 | ``` | 84 | ``` |
85 | $ git clone https://github.com/Chocobozzz/PeerTube | 85 | $ git clone https://github.com/Chocobozzz/PeerTube |
86 | $ git remote add me git@github.com:YOUR_GITHUB_USERNAME/PeerTube.git | ||
87 | $ cd PeerTube | 86 | $ cd PeerTube |
87 | $ git remote add me git@github.com:YOUR_GITHUB_USERNAME/PeerTube.git | ||
88 | $ yarn install --pure-lockfile | 88 | $ yarn install --pure-lockfile |
89 | ``` | 89 | ``` |
90 | 90 | ||