aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/CONTRIBUTING.md2
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