Skip to content

Commit 86c1dac

Browse files
committed
ux(installer): add quick terminal check command after MCP setup
1 parent 2bed630 commit 86c1dac

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

scripts/install.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,10 @@ print_client_help() {
227227
echo "For Codex, Cursor, Windsurf, VS Code, Cline, or any MCP client, add:"
228228
echo " command: ${INSTALL_DIR}/${BINARY_NAME}"
229229
echo " args: []"
230+
echo ""
231+
echo "Quick terminal check:"
232+
echo " ${INSTALL_DIR}/${BINARY_NAME}"
233+
echo " (Ctrl+C to stop after startup check)"
230234
}
231235

232236
# ── Check PATH ────────────────────────────────────────────────────────

0 commit comments

Comments
 (0)