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: ```