@siteboon/claude-code-ui 1.8.3 → 1.8.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -59,7 +59,17 @@ A desktop and mobile UI for [Claude Code](https://docs.anthropic.com/en/docs/cla
59
59
  - [Claude Code CLI](https://docs.anthropic.com/en/docs/claude-code) installed and configured, and/or
60
60
  - [Cursor CLI](https://docs.cursor.com/en/cli/overview) installed and configured
61
61
 
62
- ### Installation
62
+ ### One-click Operation (Recommended)
63
+
64
+ No installation required, direct operation:
65
+
66
+ ```bash
67
+ npx @siteboon/claude-code-ui
68
+ ```
69
+
70
+ Your default browser will automatically open the Claude Code UI interface.
71
+
72
+ ### Local Development Installation
63
73
 
64
74
  1. **Clone the repository:**
65
75
  ```bash