mirror of
https://github.com/vinceliuice/grub2-themes.git
synced 2024-11-05 15:56:14 +01:00
Update README.md
This commit is contained in:
parent
375b7d0f0a
commit
530859b0b3
15
README.md
15
README.md
@ -20,13 +20,22 @@ _If no options are used, a user interface `dialog` will show up instead_
|
|||||||
|
|
||||||
### Examples:
|
### Examples:
|
||||||
- Install Tela theme on 2k display device:
|
- 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:
|
- Install Tela theme into /boot/grub/themes:
|
||||||
- `sudo ./install.sh -b -t tela`
|
|
||||||
|
```sh
|
||||||
|
sudo ./install.sh -b -t tela
|
||||||
|
```
|
||||||
|
|
||||||
- Uninstall Tela theme:
|
- Uninstall Tela theme:
|
||||||
- `sudo ./install.sh -r -t tela`
|
|
||||||
|
```sh
|
||||||
|
sudo ./install.sh -r -t tela
|
||||||
|
```
|
||||||
|
|
||||||
## Issues / tweaks:
|
## Issues / tweaks:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user