From 829555387b1915221aa8b8026893b77acdb647ee Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Wed, 28 Jan 2026 01:35:20 +0900 Subject: [PATCH] docs: update README.md change git URL --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f1f93193..5558efe97 100644 --- a/README.md +++ b/README.md @@ -86,8 +86,8 @@ Details: [Development channels](https://docs.molt.bot/install/development-channe Prefer `pnpm` for builds from source. Bun is optional for running TypeScript directly. ```bash -git clone https://github.com/clawdbot/clawdbot.git -cd clawdbot +git clone https://github.com/moltbot/moltbot.git +cd moltbot pnpm install pnpm ui:build # auto-installs UI deps on first run