diff --git a/README.md b/README.md index d1e9f73f..d5ce2ede 100644 --- a/README.md +++ b/README.md @@ -147,5 +147,5 @@ HTTP_PROXY=http://127.0.0.1:7890 git add . && git commit -m "update" && git push # 2. VPS 拉取并重启 -ssh root@VPS_IP "cd ~/PolyWeather && git pull && screen -S polyweather -X quit; screen -dmS polyweather python main.py" +ssh root@VPS_IP "cd ~/PolyWeather && git pull && screen -S polyweather -X quit; screen -dmS polyweather python run.py" ``` diff --git a/README_EN.md b/README_EN.md index bc3a01fe..ad32acc1 100644 --- a/README_EN.md +++ b/README_EN.md @@ -146,5 +146,5 @@ HTTP_PROXY=http://127.0.0.1:7890 git add . && git commit -m "update" && git push # 2. VPS pull & restart -ssh root@VPS_IP "cd ~/PolyWeather && git pull && screen -S polyweather -X quit; screen -dmS polyweather python main.py" +ssh root@VPS_IP "cd ~/PolyWeather && git pull && screen -S polyweather -X quit; screen -dmS polyweather python run.py" ```