From 177c4439e9f1e650c3019e4088a4ce5646004349 Mon Sep 17 00:00:00 2001 From: MikeMoolenaar Date: Sat, 13 Jan 2024 15:13:13 +0100 Subject: [PATCH] Update README.md --- MatroskaLib/MatroskaLib.Test/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MatroskaLib/MatroskaLib.Test/README.md b/MatroskaLib/MatroskaLib.Test/README.md index 68c4666..18de853 100644 --- a/MatroskaLib/MatroskaLib.Test/README.md +++ b/MatroskaLib/MatroskaLib.Test/README.md @@ -10,11 +10,11 @@ The unit tests depend on ffmpeg and mkvalidator to make sure the program outputs **Linux** - Install ffmpeg using your package manager or see the [ffmpeg website](https://ffmpeg.org/download.html) for instructions to install. - If you are on Arch Linux: [install mkvalidator from the AUR](https://aur.archlinux.org/packages/mkvalidator) - If you are on a Ubuntu based distro: [use this PPA](https://launchpad.net/~hizo/+archive/ubuntu/mkv-extractor-gui) to install mkvalidator + 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 -``` \ No newline at end of file +```