Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ echo -e "${GREEN}╚════════════════════
echo ""
echo "下一步:"
echo " 1. 启动数据刷新循环: bash scripts/run_loop.sh &"
echo " 2. 启动看板服务器: python3 dashboard/server.py"
echo " 2. 启动看板服务器: python3 \"$REPO_DIR/dashboard/server.py\""
echo " 3. 打开看板: http://127.0.0.1:7891"
echo ""
info "文档: docs/getting-started.md"