@ghackk/multi-claude 1.0.0 → 1.0.2
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<p><strong>Run multiple Claude CLI accounts with shared settings, plugins, marketplace sync, and backup/restore.</strong></p>
|
|
6
6
|
|
|
7
7
|
<p>
|
|
8
|
-
<a href="https://www.npmjs.com/package/multi-claude"><img src="https://img.shields.io/npm/v/multi-claude?color=cb3837&label=npm" alt="npm"></a>
|
|
8
|
+
<a href="https://www.npmjs.com/package/@ghackk/multi-claude"><img src="https://img.shields.io/npm/v/@ghackk/multi-claude?color=cb3837&label=npm" alt="npm"></a>
|
|
9
9
|
<a href="https://pypi.org/project/multi-claude/"><img src="https://img.shields.io/pypi/v/multi-claude?color=3776ab&label=pip" alt="PyPI"></a>
|
|
10
10
|
<a href="LICENSE"><img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License: MIT"></a>
|
|
11
11
|
<img src="https://img.shields.io/badge/Platform-Windows%20%7C%20Linux%20%7C%20macOS-lightgrey" alt="Platform">
|
|
@@ -111,7 +111,7 @@ irm https://raw.githubusercontent.com/ghackk/claude-multi-account/master/install
|
|
|
111
111
|
### npm
|
|
112
112
|
|
|
113
113
|
```bash
|
|
114
|
-
npm install -g multi-claude
|
|
114
|
+
npm install -g @ghackk/multi-claude
|
|
115
115
|
```
|
|
116
116
|
|
|
117
117
|
### pip
|
package/package.json
CHANGED