You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> ⚠️ **참고:** 규칙(Rules)은 확장 프로그램으로 자동 배포되지 않으므로 `~/.gemini/rules/` 경로에 수동으로 설치해야 합니다.
59
+
> **Antigravity 사용자 참고:**
60
+
> Antigravity를 위해 수동 설치하는 경우, 호환성을 위해 `~/.gemini/antigravity/` 하위 디렉토리(`global_agents`, `global_skills`, `global_rules`)에 복사하는 것이 좋습니다. `install.sh` 스크립트는 이를 자동으로 처리합니다.
61
+
62
+
### 옵션 3: Gemini CLI 확장 프로그램으로 설치 (개발자 모드)
63
+
64
+
이 저장소를 Gemini CLI 확장 프로그램으로 직접 링크할 수 있습니다. 이를 통해 변경 사항을 실시간으로 개발하고 테스트할 수 있습니다.
> If you are manually installing for Antigravity, copying to `~/.gemini/antigravity/` subdirectories (`global_agents`, `global_skills`, `global_rules`) is recommended for full compatibility. The `install.sh` script handles this automatically.
61
+
62
+
````
63
+
55
64
### Option 3: Install as Gemini CLI Extension (Developer Mode)
56
65
57
66
You can link this repository directly to Gemini CLI as an extension. This allows you to develop and test changes in real-time.
@@ -63,7 +72,7 @@ cd everything-gemini-code
63
72
64
73
# Link the extension
65
74
gemini extensions link .
66
-
```
75
+
````
67
76
68
77
> ⚠️ **Note:** Rules still need to be installed manually to `~/.gemini/rules/` or `~/.gemini/antigravity/global_rules/` as extensions do not automatically distribute them.
0 commit comments