diff --git a/README.md b/README.md index ca5bf9b..7a0fe0d 100644 --- a/README.md +++ b/README.md @@ -136,8 +136,8 @@ $ grep ^ .git/modules/*/HEAD .git/HEAD if building ``--with-ffmpeg``: ``` - user@proton:~/proton$ find dist/dist/lib/ -xdev -type f -exec sh -c "file '{}' | grep -vE 'ASCII|MS-DOS executable|PE32 executable|ELF 32-bit'" \; - user@proton:~/proton$ find dist/dist/lib64/ -xdev -type f -exec sh -c "file '{}' | grep -vE 'ASCII|MS-DOS executable|PE32\+ executable|ELF 64-bit'" \; + find dist/dist/lib/ -xdev -type f -exec sh -c "file '{}' | grep -vE 'ASCII|MS-DOS executable|PE32 executable|ELF 32-bit'" \; + find dist/dist/lib64/ -xdev -type f -exec sh -c "file '{}' | grep -vE 'ASCII|MS-DOS executable|PE32\+ executable|ELF 64-bit'" \; ``` - check ffmpeg (if built with ``--with-ffmpeg``)