pages: update documentation

This commit is contained in:
Leon van Kammen 2024-12-10 17:53:01 +00:00
parent 4cf85bc7be
commit 9d56264623
1 changed files with 2 additions and 0 deletions

View File

@ -8,3 +8,5 @@ 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
```