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 ```