Sync Agent installation guide and init screenshots to English README
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
c14b8dcd3f
commit
3d75bde4ef
34
README.md
34
README.md
@ -27,7 +27,9 @@ Chat history · Contacts · Sessions · Favorites · Statistics · Export
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 📥 Installation
|
## 📥 Installation (For Humans)
|
||||||
|
|
||||||
|
AI Agents — skip ahead to "Installation (For AI Agents)" below.
|
||||||
|
|
||||||
### npm (Recommended)
|
### npm (Recommended)
|
||||||
|
|
||||||
@ -55,6 +57,22 @@ pip install -e .
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 📥 Installation (For AI Agents)
|
||||||
|
|
||||||
|
Simply paste the following prompt into Claude Code, OpenClaw, or any AI coding agent:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
帮我配置并安装:npm install -g @canghe_ai/wechat-cli
|
||||||
|
```
|
||||||
|
|
||||||
|
For example, in Claude Code:
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
Note: Make sure you have Node.js installed first. You can ask your agent to set it up if needed.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 🚀 Quick Start
|
## 🚀 Quick Start
|
||||||
|
|
||||||
### Step 1 — Initialize
|
### Step 1 — Initialize
|
||||||
@ -71,6 +89,20 @@ wechat-cli init
|
|||||||
|
|
||||||
This auto-detects your WeChat data directory, extracts encryption keys, and saves config to `~/.wechat-cli/`.
|
This auto-detects your WeChat data directory, extracts encryption keys, and saves config to `~/.wechat-cli/`.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
On macOS, you'll need to run the `sudo` command and enter your password:
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
If you have multiple WeChat accounts logged in locally, you'll be prompted to choose one. Select the account you're currently using (the default is the first one):
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
If you're unsure which WeChat account is currently active, navigate to the data folder and sort by modification date to find out:
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
### Step 2 — Use It
|
### Step 2 — Use It
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user