doc: update docker command in READMEs

This commit is contained in:
Junyan Qin
2025-09-19 16:39:13 +08:00
parent b1014313d6
commit 5a6206f148
4 changed files with 4 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ LangBot is an open-source LLM native instant messaging robot development platfor
```bash
git clone https://github.com/langbot-app/LangBot
cd LangBot
cd LangBot/docker
docker compose up -d
```