From 366d0197036b0bea87043aba1a48553a0517e075 Mon Sep 17 00:00:00 2001 From: Florian Pircher Date: Sat, 28 Jan 2017 22:32:10 +0100 Subject: [PATCH] Update brew install flags When installing using homebrew: ``` Warning: tesseract: --all-languages was deprecated; using --with-all-languages instead! ``` --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 4930046..745317f 100644 --- a/README.org +++ b/README.org @@ -75,7 +75,7 @@ Vobsub2srt contains a formula for [[http://mxcl.github.com/homebrew/][Homebrew]] be installed by using the following commands: #+BEGIN_EXAMPLE - brew install --all-languages tesseract + brew install --with-all-languages tesseract brew install --HEAD https://github.com/ruediger/VobSub2SRT/raw/master/packaging/vobsub2srt.rb #+END_EXAMPLE