ruediger / VobSub2SRT

Converts VobSub subtitles (.idx/.srt format) into .srt subtitles.
GNU General Public License v3.0
294 stars 66 forks source link

Incorrect Homebrew install instructions #37

Closed baskerville closed 10 years ago

baskerville commented 10 years ago

The following instructions are preferable:

brew install --all-languages tesseract
brew install --HEAD https://github.com/ruediger/VobSub2SRT/raw/master/packaging/vobsub2srt.rb
ruediger commented 10 years ago

Thanks for the report. But shouldn't the vobsub2srt.rb recipe not get brew to install tesseract?

baskerville commented 10 years ago

tesseract needs to be installed manually because of the --all-languages option.