From 2c0e555dc1294be05785dd204630165c30be92e6 Mon Sep 17 00:00:00 2001 From: Reto Kromer Date: Wed, 17 May 2017 18:50:29 +0200 Subject: [PATCH 1/2] update installation instructions --- readme.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index e57e4f3..50bc090 100644 --- a/readme.md +++ b/readme.md @@ -10,7 +10,17 @@ To facilitate better understanding of FFmpeg through collaborative sharing of us ## How do I see it? -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), or you can download a [release](https://github.com/amiaopensource/ffmprovisr/releases) and use it locally. +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 last [release](https://github.com/amiaopensource/ffmprovisr/releases) on your computer with the command: +``` +brew install amiaopensource/amiaos/ffmprovisr +``` +and then call it locally with the command: +``` +ffmprovisr +``` +This works currently under macOS, Linux and the Linux subsystem on Windows. On classic Windows you can install the last [release](https://github.com/amiaopensource/ffmprovisr/releases) manually and the open `index.html` in a browser. ## How do I contribute? From c745152f8e05b1ea1163fb5fc10cd1c2db83e043 Mon Sep 17 00:00:00 2001 From: Reto Kromer Date: Wed, 17 May 2017 19:27:19 +0200 Subject: [PATCH 2/2] fix error --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 50bc090..1c7b934 100644 --- a/readme.md +++ b/readme.md @@ -12,7 +12,7 @@ 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 last [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 command: ``` brew install amiaopensource/amiaos/ffmprovisr ```