Browse Source

Update deploy.sh usage instructions for improved clarity and ease of use.

deploy
dash 2 weeks ago
parent
commit
c72d24b76b
  1. 2
      deploy.sh

2
deploy.sh

@ -1,7 +1,7 @@
#!/bin/bash
# 一键部署脚本 - Linux/macOS
# 使用方法: chmod +x deploy.sh && ./deploy.sh
# 使用方法: cp deploy.sh deploy-new.sh && chmod +x deploy-new.sh && ./deploy-new.sh
set -e # 遇到错误立即退出

Loading…
Cancel
Save