From 05e85b59c7e9b0e9892f326cd0bcc78630004429 Mon Sep 17 00:00:00 2001 From: kontrollanten <6680299+kontrollanten@users.noreply.github.com> Date: Mon, 7 Dec 2020 21:27:25 +0100 Subject: [PATCH] contributing documentation: add `parallel` as dependency (#3421) Co-authored-by: Rigel Kent --- .github/CONTRIBUTING.md | 9 ++++----- 1 file 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 First, you should use a server or PC with at least 4GB of RAM. Less RAM may lead to crashes. -Make sure that you have followed +1) Make sure that you have followed [the steps](/support/doc/dependencies.md) to install the dependencies. - -Fork the github repository, -and then clone the sources and install node modules: - +1) Install [parallel](https://www.gnu.org/software/parallel/) to be able to run tests. +1) Fork the Github repository. +1) Run the following commands. ``` $ git clone https://github.com/Chocobozzz/PeerTube $ cd PeerTube