From d83fb6e0819f99d2d5744706bea77a29c5cfd272 Mon Sep 17 00:00:00 2001 From: lxowalle Date: Fri, 13 Feb 2026 00:24:52 +0800 Subject: [PATCH] * Fix typos --- README.ja.md | 6 ++---- README.md | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/README.ja.md b/README.ja.md index d24ce37..daeee50 100644 --- a/README.ja.md +++ b/README.ja.md @@ -121,15 +121,13 @@ make install Docker Compose を使えば、ローカルにインストールせずに PicoClaw を実行できます。 -### クイックスタート(Discord Bot) - ```bash # 1. リポジトリをクローン -git clone https://github.com/Sunwood-AI-OSS-Hub/picoclaw.git +git clone https://github.com/sipeed/picoclaw.git cd picoclaw # 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 キーを設定 # 3. ビルドと起動 diff --git a/README.md b/README.md index b0a008d..3819982 100644 --- a/README.md +++ b/README.md @@ -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