Skip to content

Commit 240a709

Browse files
committed
Update readme with uninstallation steps
1 parent b6494bb commit 240a709

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,26 @@ To prevent the agent from accidentally pushing code or performing destructive gi
127127
}
128128
```
129129

130+
## Uninstallation
131+
132+
To uninstall Ralph, run:
133+
134+
```bash
135+
gemini extensions uninstall ralph
136+
```
137+
138+
### ⚠️ IMPORTANT: Cleanup Required
139+
140+
After uninstalling, you **MUST** manually remove the following entry from your `~/.gemini/settings.json` file:
141+
142+
```json
143+
"context": {
144+
"includeDirectories": ["~/.gemini/extensions/ralph"]
145+
}
146+
```
147+
148+
**If you fail to do this, the Gemini CLI will encounter an error on startup (as it will attempt to read a directory that no longer exists) and may not be able to finish initializing.**
149+
130150
## Future Ideas 🚀
131151

132152
- **Rich Task Lists & Specs**: Support for structured specification files and rich task lists with metadata (priority, dependencies) per task.

0 commit comments

Comments
 (0)