docs: add step to copy config

This commit is contained in:
WorldObservationLog
2024-05-06 17:06:04 +08:00
parent 7cd857ff27
commit 7e3751c0a4

View File

@@ -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
```