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