diff options
author | kontrollanten <6680299+kontrollanten@users.noreply.github.com> | 2020-12-07 21:27:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-07 21:27:25 +0100 |
commit | 05e85b59c7e9b0e9892f326cd0bcc78630004429 (patch) | |
tree | 1eaa272c28df4a9aeafda78499528a6afb7595c7 /.github | |
parent | e46c70d858f9a01217b06627006f1b3419e290bb (diff) | |
download | PeerTube-05e85b59c7e9b0e9892f326cd0bcc78630004429.tar.gz PeerTube-05e85b59c7e9b0e9892f326cd0bcc78630004429.tar.zst PeerTube-05e85b59c7e9b0e9892f326cd0bcc78630004429.zip |
contributing documentation: add `parallel` as dependency (#3421)
Co-authored-by: Rigel Kent <par@rigelk.eu>
Diffstat (limited to '.github')
-rw-r--r-- | .github/CONTRIBUTING.md | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index f53dd6406..7c480c52f 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md | |||
@@ -74,13 +74,12 @@ link your PR to the issues it solves by using the GitHub syntax: "fixes #issue_n | |||
74 | 74 | ||
75 | First, you should use a server or PC with at least 4GB of RAM. Less RAM may lead to crashes. | 75 | First, you should use a server or PC with at least 4GB of RAM. Less RAM may lead to crashes. |
76 | 76 | ||
77 | Make sure that you have followed | 77 | 1) Make sure that you have followed |
78 | [the steps](/support/doc/dependencies.md) | 78 | [the steps](/support/doc/dependencies.md) |
79 | to install the dependencies. | 79 | to install the dependencies. |
80 | 80 | 1) Install [parallel](https://www.gnu.org/software/parallel/) to be able to run tests. | |
81 | Fork the github repository, | 81 | 1) Fork the Github repository. |
82 | and then clone the sources and install node modules: | 82 | 1) Run the following commands. |
83 | |||
84 | ``` | 83 | ``` |
85 | $ git clone https://github.com/Chocobozzz/PeerTube | 84 | $ git clone https://github.com/Chocobozzz/PeerTube |
86 | $ cd PeerTube | 85 | $ cd PeerTube |