diff --git a/README.md b/README.md index fae197b..7de9902 100644 --- a/README.md +++ b/README.md @@ -72,10 +72,10 @@ pdm run xiaomusic.py ```shell docker run -e MI_USER= \ - -e MI_PASS= \ - -e MI_DID= \ + -e MI_PASS='your-xiaomi-password' \ + -e MI_DID='your-xiaomi-speaker-mid' \ -e MI_HARDWARE='L07A' \ - -e XIAOMUSIC_PROXY= \ + -e XIAOMUSIC_PROXY='proxy-for-yt-dlp' \ -e XIAOMUSIC_HOSTNAME=192.168.2.5 \ -e XIAOMUSIC_SEARCH='bilisearch:' \ -p 8090:8090 \