v2.0.2: Add comprehensive INSTALL.md and update README

This commit is contained in:
AI Agent
2026-02-26 21:21:36 +04:00
Unverified
parent c2a97e0995
commit ff85a11c0e
2 changed files with 383 additions and 13 deletions

View File

@@ -6,24 +6,45 @@ Built from [OpenClaw](https://github.com/openclaw/openclaw) • Powered by Qwen
---
## Quick Start
## Quick Start (5 Minutes)
### 1. Install
```bash
# Install globally
npm install -g qwenclaw
# Or use from source
cd qwenclaw
npm link
# Setup (one-time)
qwenclaw setup
# Start using
qwenclaw start
qwenclaw send "Check my tasks"
```
### 2. Setup
```bash
qwenclaw setup
```
### 3. Use
**In Terminal:**
```bash
qwenclaw start
qwenclaw status
```
**In Qwen Code CLI:**
```
/qwenclaw:status
/qwenclaw:start
/qwenclaw:send "Check my tasks"
```
**Web Dashboard:** http://127.0.0.1:4632
---
## 📖 Full Documentation
- **[INSTALL.md](INSTALL.md)** - Complete installation guide
- **[docs/QWEN-CODE-SETUP.md](docs/QWEN-CODE-SETUP.md)** - Qwen Code integration setup
- **[skills/](skills/)** - All 81+ skills documentation
---
## Features