update documentation

This commit is contained in:
Leon van Kammen 2024-01-03 15:14:24 +01:00
parent 14fc46b849
commit 0a462ec3d0
1 changed files with 1 additions and 0 deletions

View File

@ -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
```