From d8b9a2f2fded15aef0b2c3f25619a052b175d95d Mon Sep 17 00:00:00 2001 From: David Thorpe Date: Tue, 30 Jul 2024 20:15:47 +0200 Subject: [PATCH] Update build.md --- doc/build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build.md b/doc/build.md index 39a056d..1cb7f18 100644 --- a/doc/build.md +++ b/doc/build.md @@ -36,7 +36,7 @@ Required for decoding media files into audio which is suitable for audio detecti On Macintosh with homebrew, for example: ```bash -brew install ffmpeg@6 chromaprint make +brew install ffmpeg@6 make brew link ffmpeg@6 ```