updated README.md to reflect changes.

This commit is contained in:
upuv 2018-07-25 14:03:27 +10:00
parent 09e82c0ed6
commit b506b7a12a

View File

@ -17,6 +17,7 @@ Audible fails for some reason.
* ffmpeg version 2.8.3 or later * ffmpeg version 2.8.3 or later
* libmp3lame (came from lame package on Arch, not sure where else this is stored) * libmp3lame (came from lame package on Arch, not sure where else this is stored)
* grep Some OS distributions do not have it installed. * grep Some OS distributions do not have it installed.
* sed Some OS versions will need to install gnu sed.
* mp4art used to add cover art to m4a and m4b files. Optional * mp4art used to add cover art to m4a and m4b files. Optional
## OSX ## OSX
@ -151,6 +152,8 @@ sudo yum install ffmpeg
__MacOS__ __MacOS__
``` ```
brew install ffmpeg brew install ffmpeg
brew install gnu-sed
brew install grep
``` ```
#### mp4art #### mp4art