From cc07d37bbbf17666a64ecd38f90b6dd596a02a28 Mon Sep 17 00:00:00 2001 From: freearhey Date: Fri, 25 Oct 2019 22:50:48 +0300 Subject: [PATCH] Update CONTRIBUTING.md --- .github/CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 491e1367fd..0992aff8fa 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -79,9 +79,9 @@ If it turns out that the broadcast still does not start, this means that it can It would also be nice if you indicated in the description of the PR the reason for the removal of the channel, so that other members of the community could also double-check the channel for their part. -It is also possible to automatically find broken broadcasts. To do this, you first need to install [Node.js](https://nodejs.org/en/) on your computer. +It is also possible to automatically find broken broadcasts. To do this, you first need to install [Node.js](https://nodejs.org/en/) and [ffmpeg](https://www.ffmpeg.org) on your computer. -Copy this repository to your computer. Then open it in the console line and install all the dependencies from it by running this command: +After that copy this repository to your computer, open it in the console and install all the dependencies from it by running this command: ```sh npm install