Skip to content

Commit 1b27e4d

Browse files
committed
docs: add prerequisites for gemini cli installation
1 parent 42de217 commit 1b27e4d

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

README.ko.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@
1515

1616
2분 안에 설정을 완료하세요:
1717

18+
### 사전 요구 사항 (Prerequisites)
19+
20+
최신 공식 Gemini CLI가 설치되어 있는지 확인하세요:
21+
22+
```bash
23+
npm install -g @google/gemini-cli@latest
24+
# 또는
25+
npm update -g @google/gemini-cli
26+
```
27+
1828
### 옵션 1: Gemini CLI를 통한 설치 (권장)
1929

2030
가장 간편한 설치 방법입니다. Gemini CLI용 확장이 자동으로 설정됩니다.

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ This extension provides production-ready agents, skills, hooks, commands, rules,
1515

1616
Get up and running in under 2 minutes:
1717

18+
### Prerequisites
19+
20+
Ensure you have the latest official Gemini CLI installed:
21+
22+
```bash
23+
npm install -g @google/gemini-cli@latest
24+
```
25+
1826
### Option 1: Install via Gemini CLI (Recommended)
1927

2028
The easiest way to install. This will automatically set up the extension for Gemini CLI.

0 commit comments

Comments
 (0)