diff --git a/README_EN.md b/README_EN.md
index 4d6fb3e..befddc6 100644
--- a/README_EN.md
+++ b/README_EN.md
@@ -1,4 +1,7 @@
# xiaohongshu-mcp
+
+[](#contributors-)
+
MCP for RedNote (Xiaohongshu) platform.
@@ -135,10 +138,41 @@ Results after about a week
## 1. Usage Tutorial
-### 1.1. Installation
+### 1.1. Quick Start (Recommended)
+
+**Method 1: Download Pre-compiled Binaries**
+
+Download pre-compiled binaries for your platform directly from [GitHub Releases](https://github.com/xpzouying/xiaohongshu-mcp/releases):
+
+**Main Program (MCP Service):**
+- **macOS Apple Silicon**: `xiaohongshu-mcp-darwin-arm64`
+- **macOS Intel**: `xiaohongshu-mcp-darwin-amd64`
+- **Windows x64**: `xiaohongshu-mcp-windows-amd64.exe`
+- **Linux x64**: `xiaohongshu-mcp-linux-amd64`
+
+**Login Tool:**
+- **macOS Apple Silicon**: `xiaohongshu-login-darwin-arm64`
+- **macOS Intel**: `xiaohongshu-login-darwin-amd64`
+- **Windows x64**: `xiaohongshu-login-windows-amd64.exe`
+- **Linux x64**: `xiaohongshu-login-linux-amd64`
+
+Usage Steps:
+```bash
+# 1. First run the login tool
+chmod +x xiaohongshu-login-darwin-arm64
+./xiaohongshu-login-darwin-arm64
+
+# 2. Then start the MCP service
+chmod +x xiaohongshu-mcp-darwin-arm64
+./xiaohongshu-mcp-darwin-arm64
+```
+
+**⚠️ Important Note**: The headless browser will be automatically downloaded on first run (about 150MB), please ensure a stable network connection. Subsequent runs will not require re-downloading.
+
+**Method 2: Build from Source**
Installation Configuration Details
+Build from Source Details
Requires Golang environment. For installation instructions, please refer to [Golang Official Documentation](https://go.dev/doc/install).
@@ -165,8 +199,13 @@ For Windows issues, check here first: [Windows Installation Guide](./docs/window
First time requires manual login to save RedNote login status.
-Run
+**Using Binary Files:**
+```bash
+# Run the login tool for your platform
+./xiaohongshu-login-darwin-arm64
+```
+**Using Source Code:**
```bash
go run cmd/login/main.go
```
@@ -175,8 +214,17 @@ go run cmd/login/main.go
Start xiaohongshu-mcp service.
+**Using Binary Files:**
```bash
+# Default: Headless mode, no browser interface
+./xiaohongshu-mcp-darwin-arm64
+# Non-headless mode, with browser interface
+./xiaohongshu-mcp-darwin-arm64 -headless=false
+```
+
+**Using Source Code:**
+```bash
# Default: Headless mode, no browser interface
go run .
@@ -458,20 +506,59 @@ Switched to Feishu group, scan QR code to join directly
【WeChat Group 1】Full
-| 【Feishu Group 2】: Scan to join | 【WeChat Group】: Scan to join |
+
+
+
【WeChat Group 2】Full
+
+
+
+
|
|
+|
|
|
-## 🙏 Thanks to Contributors
-Thanks to all friends who have contributed to this project!
+## 🙏 Thanks to Contributors ✨
+
+Thanks to all friends who have contributed to this project! (In no particular order)
+
+
+
+
+
zy 💻 🤔 📖 🎨 🚧 🚇 👀 |
+ clearwater 💻 |
+ Zhongpeng 💻 |
+ Duong Tran 💻 |
+ Angiin 💻 |
+ Henan Mu 💻 |
+