From f86e5bd968a0d9d9e637d45847ec0039e13b468e Mon Sep 17 00:00:00 2001 From: MikeMoolenaar Date: Mon, 15 Jan 2024 21:03:58 +0100 Subject: [PATCH] Update README.md --- MatroskaLib/MatroskaLib.Test/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MatroskaLib/MatroskaLib.Test/README.md b/MatroskaLib/MatroskaLib.Test/README.md index 18de853..077803b 100644 --- a/MatroskaLib/MatroskaLib.Test/README.md +++ b/MatroskaLib/MatroskaLib.Test/README.md @@ -13,7 +13,7 @@ The unit tests depend on ffmpeg and mkvalidator to make sure the program outputs If you are on a Ubuntu based distro: [use this PPA](https://launchpad.net/~hizo/+archive/ubuntu/mkv-extractor-gui) to install mkvalidator Otherwise: [Download the source code](https://sourceforge.net/projects/matroska/files/mkvalidator/) and compile using make. -**MacOS** +**MacOS** Use homebrew: ``` brew install mkvalidator ffmpeg