diff --git a/README.md b/README.md index a6e52dd..a433c12 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,17 @@ Usage: `sudo ./install.sh [OPTIONS...]` -| Options: | Description: | -|:-----------------------|:-------------| -| -t, --theme | theme variant(s) [tela/vimix/stylish/whitesur] (default is tela)" -| -i, --icon | icon variant(s) [color/white/whitesur] (default is color)" -| -s, --screen | screen resolution variant(s) [1080p/2k/4k/ultrawide/ultrawide2k] (default is 1080p)" -| -r, --remove [THEME] | Uninstall selected theme | -| -h, --help | Show this help | +``` + -t, --theme theme variant(s) [tela|vimix|stylish|whitesur] (default is tela) + -i, --icon icon variant(s) [color|white|whitesur] (default is color) + -s, --screen screen display variant(s) [1080p|2k|4k|ultrawide|ultrawide2k] (default is 1080p) + -r, --remove Remove theme [tela|vimix|stylish|whitesur] (must add theme name option, default is tela) + + -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 +``` _If no options are used, a user interface `dialog` will show up instead_