* Fix typos
This commit is contained in:
@@ -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. ビルドと起動
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user