From 1ca6fe5b8f1f1bc6163f617769c100718ceeb29e Mon Sep 17 00:00:00 2001 From: Cassandra de la Cruz-Munoz Date: Sun, 22 Oct 2023 21:02:44 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c85fabc..1915861 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,11 @@ ## Usage -`python3 path/to/rotateMusic.py path/to/library path/to/media/player/storage [amount of storage in bytes to use]` +`python3 path/to/rotateMusic.py --library="path/to/library" --playerStorage="path/to/media/player/storage" --maxBytes=[max amount of bytes to fill]` -warning: it deletes the `path/to/media/player/storage` folder and all it's contents as part of the process +warning: it deletes the `playerStorage` folder and all it's contents as part of the process + +all arguments are required ## License