README.md: Remove details of build options for install.sh
Since install.sh is now a secondary installation method, remove its details from README.
Users still can use ./install.sh --help to check the build options.
Since install.sh is now a secondary installation method, remove its details from README.
Users still can use ./install.sh --help to check the build options.
by roundabout, Tuesday, 14 April 2020, 11:19:47 (1586863187), pushed by roundabout, Sunday, 11 May 2025, 13:22:53 (1746969773)
Author identity: nana-4 <hnmaigo@gmail.com>
8b2ee6d54e5d28240b718e7087280a00ebee460a
sudo ninja -C "build" install
```
Alternatively, you can use `./install.sh` script instead:
Alternatively, you can use `./install.sh` script without using Meson:
```sh
sudo ./install.sh
#### Build Options for `./install.sh`
```
-d, --dest DIR Specify destination directory (Default: /usr/share/themes)
-n, --name NAME Specify theme name (Default: Materia)
-c, --color VARIANT... Specify color variant(s) [standard|dark|light] (Default: All variants)
-s, --size VARIANT Specify size variant [standard|compact] (Default: All variants)
-g, --gdm Install and apply GDM theme (for advanced users)
See also: src/gnome-shell/README.md
-h, --help Show help
```
Run `./install.sh --help` for more information.
Run `./install.sh --help` for details.
## Manual Uninstallation