diff --git a/README.md b/README.md
index 7cd89c8b3ffc9b468985719ed14eebb26d55b276..e7a97233c52828d7ab32ff12f5ea01b9a91119ec 100644
--- a/README.md
+++ b/README.md
@@ -44,13 +44,15 @@ funkwhale tracks ls jekk
 # Download a track to the ~/Music directory
 funkwhale tracks download -d ~/Music <track_id>
 
-
 # Download a track and customize the target directory
 funkwhale tracks download -d ~/Music -t "{artist}/{album} ({year})/{title}.{extension}" <track_id>
 
 # Download all tracks matching a search, in ogg format
 funkwhale tracks ls jekk --ids --limit 0 | xargs funkwhale tracks download -f ogg -d ~/Music
 
+# Download all favorited tracks
+funkwhale tracks ls --filter "favorites=true" --ids --limit 0 | xargs funkwhale tracks download -d ~/Music
+
 # Download a track and pipe the output directly to VLC
 funkwhale tracks download <track_id> | cvlc -