diff --git a/CHANGELOG.md b/CHANGELOG.md index 653a1ec..471e230 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Add cursor top_left_arrow #10 #11 +- Uninstall docs ful1e5/apple_cursor#79 ful1e5/apple_cursor#80 ### Changed diff --git a/README.md b/README.md index b519c02..f8563ba 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,26 @@ sudo mv BreezeX-* /usr/share/icons/ 4. Open _Control Panel > Personalization and Appearance > Change mouse pointers_, and select **BreezeX Cursors**. 5. Click '**Apply**'. +### Uninstall + +#### Linux/X11 + +```bash +# From local users +rm -rf ~/.icons/BreezeX-* + +# From all users +sudo rm -rf /usr/share/icons/BreezeX-* +``` + +#### Windows + +1. Go to **Registry Editor** by typing the same in the _start search box_. +2. Expand `HKEY_CURRENT_USER` folder and expand `Control Panel` folder. +3. Go to `Cursors` folder and click on `Schemes` folder - all the available custom cursors that are installed will be listed here. +4. **Right Click** on the name of cursor file you want to uninstall; for eg.: \_BreezeX Cursors\_ and click `Delete`. +5. Click '**yes**' when prompted. + # Dependencies ## External Libraries