@evident-ai/cli 0.2.0 → 0.2.1-dev.121b962

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
@@ -66,7 +66,7 @@ First, install OpenCode and start it in your project directory:
66
66
 
67
67
  ```bash
68
68
  # Install OpenCode
69
- npm install -g @opencode/cli
69
+ npm install -g opencode-ai
70
70
 
71
71
  # Start OpenCode server in your project
72
72
  cd ~/projects/my-app