From c01f821b597c586e3dd854c0e495987bc084347f Mon Sep 17 00:00:00 2001 From: Reto Kromer Date: Thu, 7 Feb 2019 09:38:16 +0100 Subject: [PATCH] update installation instructions --- readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 9caacc6..99cf24b 100644 --- a/readme.md +++ b/readme.md @@ -12,9 +12,10 @@ To facilitate better understanding of FFmpeg through collaborative sharing of us The code is found in the gh-pages branch (the default primary branch). Readme is right here. You can see the site live on [GitHub pages](http://amiaopensource.github.io/ffmprovisr). -You can also install the latest [release](https://github.com/amiaopensource/ffmprovisr/releases) on your computer with the command: +You can also install the latest [release](https://github.com/amiaopensource/ffmprovisr/releases) on your computer with the two commands: ``` -brew install amiaopensource/amiaos/ffmprovisr +brew tap amiaopensource/amiaos +brew install ffmprovisr ``` and then call it locally with the command: ```