v2.0.2: Add comprehensive INSTALL.md and update README
This commit is contained in:
47
README.md
47
README.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user