From 7e3751c0a447df50391e23599854f7823f20375a Mon Sep 17 00:00:00 2001 From: WorldObservationLog Date: Mon, 6 May 2024 17:06:04 +0800 Subject: [PATCH] docs: add step to copy config --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a01b29..c77ad2e 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,7 @@ GitHub account). Unzip it, and run `main.exe` git clone https://github.com/WorldObservationLog/AppleMusicDecrypt.git cd AppleMusicDecrypt poetry install +cp config.example.toml config.toml poetry run python main.py ``` @@ -114,4 +115,4 @@ poetry run python main.py 1. Run the script, type command `mitm` 2. Start Proxifier 3. Start Apple Music Windows and play a song or an album. -4. Now the script should catch the m3u8 link and start ripping +4. Now the script should catch the m3u8 link and start ripping \ No newline at end of file