mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-13 06:34:41 -04:00
docs(uninstall): root theme path fixed
This commit is contained in:
parent
853a9e83e2
commit
e6941d2ba6
1 changed files with 2 additions and 2 deletions
|
@ -128,7 +128,7 @@ sudo mv macOSBigSur /usr/share/icons/
|
|||
rm -rf ~/.icons/macOSMonterey
|
||||
|
||||
# From all users
|
||||
sudo rm -rf ~/.icons/macOSMonterey
|
||||
sudo rm -rf /usr/share/icons/macOSMonterey
|
||||
```
|
||||
|
||||
##### macOSBigSur
|
||||
|
@ -138,7 +138,7 @@ sudo rm -rf ~/.icons/macOSMonterey
|
|||
rm -rf ~/.icons/macOSBigSur
|
||||
|
||||
# From all users
|
||||
sudo rm -rf ~/.icons/macOSBigSur
|
||||
sudo rm -rf /usr/share/icons/macOSBigSur
|
||||
```
|
||||
|
||||
#### Windows
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue