Linux/UNIX uninstall docs init

This commit is contained in:
ful1e5 2022-01-27 15:29:38 +05:30
parent 4218e5a4c8
commit 853a9e83e2
2 changed files with 33 additions and 0 deletions

View file

@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fix `None` value warning in `builder/symlinks.py`
- Fix artifacts uploading order in `build` action
- Some path ignore in `build` action
- Linux/UNIX uninstall docs init
## [v1.2.3] - 23 Nov 2021

View file

@ -119,8 +119,40 @@ sudo mv macOSBigSur /usr/share/icons/
### Uninstall
#### Linux/X11
##### macOSMonterey
```bash
# From local users
rm -rf ~/.icons/macOSMonterey
# From all users
sudo rm -rf ~/.icons/macOSMonterey
```
##### macOSBigSur
```bash
# From local users
rm -rf ~/.icons/macOSBigSur
# From all users
sudo rm -rf ~/.icons/macOSBigSur
```
#### Windows
##### macOSBigSur
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.: _macOSBigSur Cursors_ and click `Delete`.
5. Click '**yes**' when prompted.
##### macOSMonterey
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.