From 6ec9baa64fdba2558da6c3442af17139c7fc56fe Mon Sep 17 00:00:00 2001 From: Nicole Zhu <69952136+0xSage@users.noreply.github.com> Date: Sat, 21 Sep 2024 15:41:44 +0800 Subject: [PATCH] docs: Update README.md make more concise --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 01b98a40c..6adc5a224 100644 --- a/README.md +++ b/README.md @@ -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