* 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

@@ -121,15 +121,13 @@ make install
Docker Compose を使えば、ローカルにインストールせずに PicoClaw を実行できます。 Docker Compose を使えば、ローカルにインストールせずに PicoClaw を実行できます。
### クイックスタートDiscord Bot
```bash ```bash
# 1. リポジトリをクローン # 1. リポジトリをクローン
git clone https://github.com/Sunwood-AI-OSS-Hub/picoclaw.git git clone https://github.com/sipeed/picoclaw.git
cd picoclaw cd picoclaw
# 2. API キーを設定 # 2. API キーを設定
cp config.example.json config/config.json cp config/config.example.json config/config.json
vim config/config.json # DISCORD_BOT_TOKEN, プロバイダーの API キーを設定 vim config/config.json # DISCORD_BOT_TOKEN, プロバイダーの API キーを設定
# 3. ビルドと起動 # 3. ビルドと起動

View File

@@ -124,15 +124,13 @@ make install
You can also run PicoClaw using Docker Compose without installing anything locally. You can also run PicoClaw using Docker Compose without installing anything locally.
### Quick Start (Discord Bot)
```bash ```bash
# 1. Clone this repo # 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 cd picoclaw
# 2. Set your API keys # 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. vim config/config.json # Set DISCORD_BOT_TOKEN, API keys, etc.
# 3. Build & Start # 3. Build & Start