fixmind 1.0.3 → 1.0.6

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
@@ -19,8 +19,7 @@ Fixmind is a local-first CLI and MCP server that records short learning lessons
19
19
  **Requirements:** Node.js 22.5+
20
20
 
21
21
  ```sh
22
- npm install -g fixmind
23
- fixmind setup
22
+ npx fixmind setup
24
23
  ```
25
24
 
26
25
  `fixmind setup` initializes local storage and automatically configures detected installations of Cursor, Claude Code, and Codex. _Restart your AI clients after running setup._