diff --git a/README_EN.md b/README_EN.md index 9f657c1..f98c8f6 100644 --- a/README_EN.md +++ b/README_EN.md @@ -248,7 +248,7 @@ Each agent is a standalone Discord Bot bound to its own AI identity: ```bash # 1️⃣ One-line install (Linux example) -bash <(curl -fsSL https://raw.githubusercontent.com/wanikua/danghuangshang/main/install.sh) +bash <(curl -fsSL https://raw.githubusercontent.com/wanikua/danghuangshang/main/install-lite.sh) # 2️⃣ Add API Key and Bot Token nano ~/.openclaw/openclaw.json @@ -261,6 +261,17 @@ systemctl --user start openclaw-gateway > 📖 **Full step-by-step tutorial** → [Basics Tutorial](./docs/tutorial-basics.md) (Chinese) +### 🔧 Troubleshooting Installation Issues? + +If you encounter any problems during installation: + +- **npm install fails?** → Script now checks for `package.json` and skips if missing +- **Permission errors?** → Use `sudo npm install -g openclaw@latest` +- **Network issues?** → Use Git clone method or check [Troubleshooting Guide](./docs/install-troubleshooting.md) +- **Missing personas?** → Ensure you cloned the full repository with `configs/*/agents/` directory + +👉 **[Complete Installation Troubleshooting Guide](./docs/install-troubleshooting.md)** + --- ### 📍 Optional Enhancements (Add anytime after install)