diff --git a/README.md b/README.md index 029b8b3..e6ce92e 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,4 @@ To save space in the repo, just run this after cloning: ``` $ find $(pwd) -type f -iname '*.mp4' | while read mp4; do ffmpeg -i "$mp4" "$mp4.mp3"; done ``` +