mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-16 16:14:38 -04:00
💾 Fix: Bibata package name in installation
This commit is contained in:
parent
007d4e5e81
commit
33ad0e01a1
2 changed files with 14 additions and 14 deletions
|
@ -13,17 +13,17 @@ Get the latest stable/dev-version Linux release from the on the [b][url=https://
|
|||
|
||||
[b]Install[/b]
|
||||
[b]For all user:[/b]
|
||||
[code]sudo mv Bibata_* /usr/share/icons[/code]
|
||||
[code]sudo mv Bibata-* /usr/share/icons[/code]
|
||||
[b]For local user:
|
||||
[/b][code]mv Bibata_* ~/.icons[/code]
|
||||
[/b][code]mv Bibata-* ~/.icons[/code]
|
||||
|
||||
[b][size=100]Uninstall[/size][/b]
|
||||
|
||||
[b]From all user:[/b]
|
||||
[code]sudo rm -r /usr/share/icons/Bibata_*[/code]
|
||||
[code]sudo rm -r /usr/share/icons/Bibata-*[/code]
|
||||
|
||||
[b]From local user:[/b]
|
||||
[code]rm -r ~/.icons/Bibata_*[/code]
|
||||
[code]rm -r ~/.icons/Bibata-*[/code]
|
||||
|
||||
[size=150][b]Window installation[/b][/size]
|
||||
[list=1]
|
||||
|
|
|
@ -235,10 +235,10 @@ Latest `Stable` & `Development` releases can be downloaded from [Here](https://g
|
|||
tar -xvf Bibata.tar.gz
|
||||
|
||||
# For local users
|
||||
mv Bibata_* ~/.icons/
|
||||
mv Bibata-* ~/.icons/
|
||||
|
||||
# For all users
|
||||
sudo mv Bibata_* /usr/share/icons/
|
||||
sudo mv Bibata-* /usr/share/icons/
|
||||
```
|
||||
|
||||
#### Windows
|
||||
|
@ -369,7 +369,7 @@ All builded cursor themes are available inside `themes` directory.
|
|||
cd ./themes
|
||||
|
||||
# installing Theme to local user(recommend)
|
||||
rm -rf ~/.icons/Bibata_* && cp -r Bibata_* ~/.icons/
|
||||
rm -rf ~/.icons/Bibata-* && cp -r Bibata-* ~/.icons/
|
||||
```
|
||||
|
||||
#### Windows
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue