Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,18 +191,14 @@ Cortex.cpp includes a REST API accessible at `localhost:3928`. For a complete li

## Uninstallation
### Windows
1. Navigate to Add or Remove program.
2. Search for Cortex.cpp.
3. Click Uninstall.
4. Delete the Cortex.cpp data folder located in your home folder.
1. Navigate to `Add or Remove Programs`.
2. Search for Cortex.cpp and click `Uninstall`.

### MacOs
Run the uninstaller script:
```bash
sudo sh cortex-uninstall.sh
```
> **Note**:
> The script requires sudo permission.


### Linux
```bash
Expand Down