From 4200574dd0cf90b94353fb0b98bc55f5487209dd Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Tue, 10 Mar 2026 15:31:03 +0900 Subject: [PATCH] docs: fix cd path and branch URL per review feedback --- CONTRIBUTING.md | 2 +- README.ru.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 ``` ------