From 7c2373358b312c1b200197f75e89bf340b2a0791 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Tue, 23 Jul 2024 02:04:50 +0100 Subject: [PATCH] docs: correct yq installation notes for macOS --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d06a654..7bc36fb 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Stream Sprout depends on `yq` and that is available in bullseye-backports, bookw Install the Stream Sprout requirements using `brew`: ```shell -brew install bash ffmpeg procps yq +brew install bash ffmpeg procps python-yq ``` Now clone the project: