* Fix typos

This commit is contained in:
lxowalle
2026-02-13 00:24:52 +08:00
parent d2a372e7cc
commit d83fb6e081
2 changed files with 4 additions and 8 deletions

View File

@@ -124,15 +124,13 @@ make install
You can also run PicoClaw using Docker Compose without installing anything locally.
### Quick Start (Discord Bot)
```bash
# 1. Clone this repo
git clone https://github.com/Sunwood-AI-OSS-Hub/picoclaw.git
git clone https://github.com/sipeed/picoclaw.git
cd picoclaw
# 2. Set your API keys
cp config.example.json config/config.json
cp config/config.example.json config/config.json
vim config/config.json # Set DISCORD_BOT_TOKEN, API keys, etc.
# 3. Build & Start