This commit is contained in:
sushen339
2025-10-20 17:05:24 +08:00
parent a74551c29d
commit 6ea54fba52
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -273,8 +273,8 @@ show_post_install_info() {
echo ""
echo "使用说明:"
echo "1. 进入项目目录: cd $PROJECT_DIR"
echo "2. 单次运行: python main.py"
echo "3. 常驻进程: python schedule_main.py"
echo "2. 单次运行: $PYTHON_CMD main.py"
echo "3. 常驻进程: $PYTHON_CMD schedule_main.py"
echo ""
echo ""
echo "============================================"
+1 -1
View File
@@ -18,7 +18,7 @@ bash <(curl -fsSL "https://raw.githubusercontent.com/sushen339/tools/main/tcp.sh
代理加速:
```bash
bash <(curl -fsSL "https://gh-proxy.net/https://raw.githubusercontent.com/sushen339/tools/main/tcp.sh") 1
bash <(curl -fsSL "https://https://raw.githubusercontent.com/sushen339/tools/main/tcp.sh") 1
```