diff --git a/README.md b/README.md index a6b43bc9..012f8ad2 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ LangBot 是一个开源的大语言模型原生即时通信机器人开发平台 ```bash git clone https://github.com/langbot-app/LangBot -cd LangBot +cd LangBot/docker docker compose up -d ``` diff --git a/README_EN.md b/README_EN.md index 873b91ee..86a021fd 100644 --- a/README_EN.md +++ b/README_EN.md @@ -29,7 +29,7 @@ LangBot is an open-source LLM native instant messaging robot development platfor ```bash git clone https://github.com/langbot-app/LangBot -cd LangBot +cd LangBot/docker docker compose up -d ``` diff --git a/README_JP.md b/README_JP.md index 92125c16..d4ac47cd 100644 --- a/README_JP.md +++ b/README_JP.md @@ -29,7 +29,7 @@ LangBot は、エージェント、RAG、MCP などの LLM アプリケーショ ```bash git clone https://github.com/langbot-app/LangBot -cd LangBot +cd LangBot/docker docker compose up -d ``` diff --git a/README_TW.md b/README_TW.md index 98ca4280..2c178a63 100644 --- a/README_TW.md +++ b/README_TW.md @@ -31,7 +31,7 @@ LangBot 是一個開源的大語言模型原生即時通訊機器人開發平台 ```bash git clone https://github.com/langbot-app/LangBot -cd LangBot +cd LangBot/docker docker compose up -d ```