📝 README: 실제 GitHub 리포 URL로 업데이트

This commit is contained in:
Jay
2026-04-11 22:12:07 +09:00
parent 6333ca91b4
commit 82109bcc06
+3 -3
View File
@@ -20,7 +20,7 @@ VS Code / Cursor / Antigravity에서 작동하는 프리미엄 AI 코딩 에이
### 방법 1: VSIX 파일 설치 (가장 간단)
1. [Releases](https://github.com/YOUR_REPO/releases)에서 `.vsix` 파일 다운로드
1. [Releases](https://github.com/wonseokjung/connect-ai/releases)에서 `.vsix` 파일 다운로드
2. VS Code / Cursor / Antigravity 열기
3. `Cmd+Shift+P` (Mac) 또는 `Ctrl+Shift+P` (Windows)
4. `Extensions: Install from VSIX` 검색 → 다운받은 파일 선택
@@ -29,8 +29,8 @@ VS Code / Cursor / Antigravity에서 작동하는 프리미엄 AI 코딩 에이
### 방법 2: 소스에서 빌드
```bash
git clone https://github.com/YOUR_REPO/connect-ai-lab.git
cd connect-ai-lab
git clone https://github.com/wonseokjung/connect-ai.git
cd connect-ai
npm install
npm run compile
```