@twoer/ccx 0.1.0 → 0.1.1

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.
Files changed (2) hide show
  1. package/README.md +1 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -22,10 +22,7 @@ $ ccx
22
22
  ## 安装
23
23
 
24
24
  ```bash
25
- # 克隆并链接
26
- git clone https://github.com/twoer/ccx.git ~/.ccx
27
- cd ~/.ccx && npm install
28
- ln -s ~/.ccx/bin/ccx.mjs /usr/local/bin/ccx
25
+ npm i -g @twoer/ccx
29
26
  ```
30
27
 
31
28
  ### 环境要求
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twoer/ccx",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Claude Code launcher - switch providers and models with ease",
5
5
  "type": "module",
6
6
  "bin": {