Skip to content

Commit 8afaadc

Browse files
committed
fix: show npx commands in reinstall script output
1 parent ff9ad09 commit 8afaadc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/reinstall.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,5 +347,10 @@ echo " /model codex → openai/gpt-5.2-codex"
347347
echo " /model deepseek → deepseek/deepseek-chat"
348348
echo " /model minimax → minimax/minimax-m2.5"
349349
echo " /model free → gpt-oss-120b (FREE)"
350+
echo "CLI commands:"
351+
echo " npx @blockrun/clawrouter report # daily usage report"
352+
echo " npx @blockrun/clawrouter report weekly # weekly report"
353+
echo " npx @blockrun/clawrouter report monthly # monthly report"
354+
echo " npx @blockrun/clawrouter doctor # AI diagnostics"
350355
echo ""
351356
echo "To uninstall: bash ~/.openclaw/extensions/clawrouter/scripts/uninstall.sh"

0 commit comments

Comments
 (0)