From 530859b0b3c6b519f05487b0495d106624b7f6c0 Mon Sep 17 00:00:00 2001 From: Vince Date: Sun, 30 Oct 2022 23:41:38 +0800 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a433c12..9841078 100644 --- a/README.md +++ b/README.md @@ -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: