docs: fix cd path and branch URL per review feedback

This commit is contained in:
YeonGyu-Kim
2026-03-10 15:31:03 +09:00
parent a2fd6d77bd
commit 4200574dd0
2 changed files with 3 additions and 3 deletions

View File

@@ -64,7 +64,7 @@ If English isn't your first language, don't worry! We value your contributions r
```bash ```bash
# Clone the repository # Clone the repository
git clone https://github.com/code-yeongyu/oh-my-openagent.git 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) # Install dependencies (bun only - never use npm/yarn)
bun install bun install

View File

@@ -77,7 +77,7 @@ English | 한국어 | 日本語 | 简体中文 | Русский
``` ```
Install and configure oh-my-opencode by following the instructions here: 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 ```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
``` ```
------ ------