Update README.md

This commit is contained in:
2026-04-27 16:56:55 +02:00
parent 12771ecc75
commit ce36aee995

View File

@ -10,7 +10,7 @@ A lightweight Python script that copies a music directory structure and automati
1. Open the script and update the `source` and `dest` paths at the top. 1. Open the script and update the `source` and `dest` paths at the top.
2. Run it: 2. Run it:
```bash ```bash
python3 convert_music.py python3 convert.py
``` ```
## How It Works ## How It Works