From edc22629b6b2e8968cf3bb1669ef0046de3fbbbf Mon Sep 17 00:00:00 2001 From: Tildaar <126115688+Tildaar@users.noreply.github.com> Date: Wed, 22 Feb 2023 23:37:09 +0100 Subject: [PATCH] add missing brew packages to build instructions (#3475) --- docs/DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DEVELOPMENT.md b/docs/DEVELOPMENT.md index 4df0729c0..6a563217d 100644 --- a/docs/DEVELOPMENT.md +++ b/docs/DEVELOPMENT.md @@ -25,7 +25,7 @@ NOTE: The `make` command in Windows will be `mingw32-make` with MingW. For examp ### macOS 1. If you don't have it already, install the [Homebrew package manager](https://brew.sh). -2. Install dependencies: `brew install go git yarn gcc make` +2. Install dependencies: `brew install go git yarn gcc make node ffmpeg` ## Commands