From 9acaa1eb0835c3c28704b04d4467ef212d155a96 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Tue, 15 Feb 2022 23:54:13 +0800 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f2a5295f..70ba7986 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,13 @@ Usage: `./install.sh` **[OPTIONS...]** -| OPTIONS: | | -|:--------------------|:-------------| -|-d, --dest | Specify theme destination directory (Default: $HOME/share/icons)| -|-n, --name | Specify theme name (Default: Colloid)| -|-s, --scheme | Specify color scheme [default,nord,dracula]| -|-t, --theme | Specify theme folder color variant(s) [default,purple,pink,red,orange,yellow,green,teal,grey,all] (Default: blue)| -|-h, --help | Show this help| +``` +-d, --dest DIR Specify destination directory (Default: /home/vince/.local/share/icons) +-n, --name NAME Specify theme name (Default: Colloid) +-s, --scheme TYPES Specify folder color scheme variant(s) [default|nord] +-t, --theme VARIANTS Specify folder color theme variant(s) [default|purple|pink|red|orange|yellow|green|teal|grey|all] (Default: blue) +-h, --help Show help +``` > For more information, run: `./install.sh --help`