📝 README: 실제 GitHub 리포 URL로 업데이트
This commit is contained in:
@@ -20,7 +20,7 @@ VS Code / Cursor / Antigravity에서 작동하는 프리미엄 AI 코딩 에이
|
|||||||
|
|
||||||
### 방법 1: VSIX 파일 설치 (가장 간단)
|
### 방법 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 열기
|
2. VS Code / Cursor / Antigravity 열기
|
||||||
3. `Cmd+Shift+P` (Mac) 또는 `Ctrl+Shift+P` (Windows)
|
3. `Cmd+Shift+P` (Mac) 또는 `Ctrl+Shift+P` (Windows)
|
||||||
4. `Extensions: Install from VSIX` 검색 → 다운받은 파일 선택
|
4. `Extensions: Install from VSIX` 검색 → 다운받은 파일 선택
|
||||||
@@ -29,8 +29,8 @@ VS Code / Cursor / Antigravity에서 작동하는 프리미엄 AI 코딩 에이
|
|||||||
### 방법 2: 소스에서 빌드
|
### 방법 2: 소스에서 빌드
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/YOUR_REPO/connect-ai-lab.git
|
git clone https://github.com/wonseokjung/connect-ai.git
|
||||||
cd connect-ai-lab
|
cd connect-ai
|
||||||
npm install
|
npm install
|
||||||
npm run compile
|
npm run compile
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user