@wengine-ai/claude-code-router-next 2.1.5 → 2.1.7

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
@@ -82,6 +82,12 @@ npm install -g @wengine-ai/claude-code-router-next
82
82
 
83
83
  > **说明**:卸载旧包**不会影响**您已有的配置文件 `~/.claude-code-router/config.json`,新版本会自动读取原有配置。
84
84
 
85
+ ### 升级
86
+
87
+ ```shell
88
+ npm install -g @wengine-ai/claude-code-router-next@latest && ccr restart
89
+ ```
90
+
85
91
  ### 2. 配置
86
92
 
87
93
  创建并配置您的 `~/.claude-code-router/config.json` 文件。有关更多详细信息,您可以参考 `config.example.json`。