From 82109bcc0627d70709531fbc261333fd8ef92888 Mon Sep 17 00:00:00 2001 From: Jay Date: Sat, 11 Apr 2026 22:12:07 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20README:=20=EC=8B=A4=EC=A0=9C=20G?= =?UTF-8?q?itHub=20=EB=A6=AC=ED=8F=AC=20URL=EB=A1=9C=20=EC=97=85=EB=8D=B0?= =?UTF-8?q?=EC=9D=B4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fc59008..27a3074 100644 --- a/README.md +++ b/README.md @@ -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 ```