Update README.md

This commit is contained in:
Vince 2022-10-30 23:41:38 +08:00
parent 375b7d0f0a
commit 530859b0b3
1 changed files with 12 additions and 3 deletions

View File

@ -20,13 +20,22 @@ _If no options are used, a user interface `dialog` will show up instead_
### Examples:
- Install Tela theme on 2k display device:
- `sudo ./install.sh -t tela -s 2k`
```sh
sudo ./install.sh -t tela -s 2k
```
- Install Tela theme into /boot/grub/themes:
- `sudo ./install.sh -b -t tela`
```sh
sudo ./install.sh -b -t tela
```
- Uninstall Tela theme:
- `sudo ./install.sh -r -t tela`
```sh
sudo ./install.sh -r -t tela
```
## Issues / tweaks: