doc: update README

This commit is contained in:
Junyan Qin
2025-11-16 20:00:43 +08:00
parent e642ffa5b3
commit 6ac4dbc011
4 changed files with 22 additions and 20 deletions

View File

@@ -25,7 +25,7 @@ LangBot is an open-source LLM native instant messaging robot development platfor
## 📦 Getting Started
#### Quick Start (Recommended)
#### Quick Start
Use `uvx` to start with one command (no installation required):
@@ -33,17 +33,8 @@ Use `uvx` to start with one command (no installation required):
uvx langbot
```
Or install with `pip` and run:
```bash
pip install langbot
langbot
```
Visit http://localhost:5300 to start using it.
Detailed documentation [PyPI Installation](docs/PYPI_INSTALLATION.md).
#### Docker Compose Deployment
```bash