From 610bc230120f8c9ef006f9fcbe88950d85e97e6d Mon Sep 17 00:00:00 2001 From: "Zhiyong (Justin) He" Date: Tue, 17 Sep 2024 20:22:28 +0300 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c8d98a8..55411db 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Usage: `sudo ./install.sh [OPTIONS...]` -b, --boot install theme into '/boot/grub' or '/boot/grub2' -g, --generate do not install but generate theme into chosen directory (must add your directory) - -h, --help Show this help + -h, --help show this help ``` *If no options are used, a user interface *`dialog`* will show up instead* @@ -109,5 +109,7 @@ After that, you can configure the theme as shown below. In this example it is in ![preview](preview.png?raw=true) ## Documents + [Grub2 theme reference](https://wiki.rosalab.ru/en/index.php/Grub2_theme_/_reference) + [Grub2 theme tutorial](https://wiki.rosalab.ru/en/index.php/Grub2_theme_tutorial)