diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-04-06 10:23:26 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-04-06 10:23:26 +0200 |
commit | 3826d53f15dc974d7ee0ef3acebad4391ab9818f (patch) | |
tree | bfe4f91dba176adac6e39dd3ce93df13132a8ab8 /README | |
parent | f148537c414e97f2e5351fe6d4669eb0ced5fff6 (diff) | |
download | ffmpeg-3826d53f15dc974d7ee0ef3acebad4391ab9818f.tar.gz |
README: be a tiny bit more verbose
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -4,9 +4,15 @@ FFmpeg README 1) Documentation ---------------- -* Read the documentation in the doc/ directory. +* Read the documentation in the doc/ directory in git. + You can also view it online at http://ffmpeg.org/documentation.html 2) Licensing ------------ * See the LICENSE file. + +3) Build and Install +-------------------- + +* See the INSTALL file. |