diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index af53df1b1..65c0de98d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -64,7 +64,7 @@ If English isn't your first language, don't worry! We value your contributions r ```bash # Clone the repository git clone https://github.com/code-yeongyu/oh-my-openagent.git -cd oh-my-opencode +cd oh-my-openagent # Install dependencies (bun only - never use npm/yarn) bun install diff --git a/README.ru.md b/README.ru.md index deccc2bff..474470915 100644 --- a/README.ru.md +++ b/README.ru.md @@ -77,7 +77,7 @@ English | 한국어 | 日本語 | 简体中文 | Русский ``` Install and configure oh-my-opencode by following the instructions here: -https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/refs/heads/master/docs/guide/installation.md +https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/refs/heads/dev/docs/guide/installation.md ``` Или прочитайте руководство по установке, но серьёзно — пусть агент сделает это за вас. Люди ошибаются в конфигах. @@ -87,7 +87,7 @@ https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/refs/heads/master Загрузите руководство по установке и следуйте ему: ```bash -curl -s https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/refs/heads/master/docs/guide/installation.md +curl -s https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/refs/heads/dev/docs/guide/installation.md ``` ------