Skip to content

Commit fbf3540

Browse files
built-by-asclaude
andcommitted
Update README with macOS quarantine fix and remove tech stack section
Co-Authored-By: Claude <[email protected]>
1 parent bc30ef2 commit fbf3540

File tree

1 file changed

+8
-16
lines changed

1 file changed

+8
-16
lines changed

README.md

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -74,25 +74,17 @@ Configure Model Context Protocol servers for enhanced agent capabilities:
7474
- **stdio**: Direct process communication
7575
- **SSE**: Server-sent events via HTTP
7676

77-
## Project Structure
77+
## Troubleshooting
7878

79-
```
80-
FleetCode/
81-
├── main.ts # Main Electron process (PTY management, git operations)
82-
├── renderer.ts # Renderer process (UI, terminal instances)
83-
├── index.html # Application layout
84-
├── styles.css # Tailwind CSS styles
85-
└── dist/ # Compiled output
86-
```
79+
### macOS: "App can't be opened because it is from an unidentified developer"
80+
81+
If you encounter a quarantine warning when trying to open the app on macOS, run:
8782

88-
## Technology Stack
83+
```bash
84+
xattr -cr /path/to/FleetCode.app
85+
```
8986

90-
- **Electron**: Desktop application framework
91-
- **xterm.js**: Terminal emulator
92-
- **node-pty**: PTY (pseudo-terminal) spawning
93-
- **simple-git**: Git operations (worktree management)
94-
- **electron-store**: Persistent configuration storage
95-
- **Tailwind CSS**: Styling
87+
This removes the quarantine attribute that prevents the app from opening.
9688

9789
## License
9890

0 commit comments

Comments
 (0)