From cbb57ccfead963dd92833c5590b11ddf53d35cc9 Mon Sep 17 00:00:00 2001 From: zhao-zg <61549925+zhao-zg@users.noreply.github.com> Date: Thu, 12 Dec 2024 11:37:05 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ad272a7..62f49ef 100644 --- a/README.md +++ b/README.md @@ -43,9 +43,9 @@ services: environment: TZ: Asia/Shanghai command: > - sh -c "pip install requests fake_useragent && rm -rf * && wget -O api.py - https://raw.githubusercontent.com/zhao-zg/jd-login/main/api.py && wget -O - login.py https://raw.githubusercontent.com/zhao-zg/jd-login/main/login.py + sh -c "pip install requests fake_useragent && rm -rf * + && wget -O api.py https://raw.githubusercontent.com/zhao-zg/jd-login/main/api.py + && wget -O login.py https://raw.githubusercontent.com/zhao-zg/jd-login/main/login.py && python api.py" networks: {} ```