From 51c1ea8de9c9c56707678dee3af77e853f8d2108 Mon Sep 17 00:00:00 2001 From: Werner Robitza Date: Tue, 9 Apr 2019 20:46:06 +0200 Subject: [PATCH] add missing "tap" command This is required even if you fully scope the name. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3bfa2c1..3e6fcd6 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ In order to use this tap, you need to install Homebrew or Linuxbrew. Then, to run a default installation, run: ``` +brew tap varenc/ffmpeg brew install varenc/ffmpeg/ffmpeg ```