doc(style): use h3 for main arguments in README

This commit is contained in:
Victor Westerlund 2025-08-07 10:22:59 +02:00
parent ff5b177c67
commit 8abe51c55f

View file

@ -21,13 +21,13 @@ curl -fsSL https://codeberg.org/reflect/install/raw/branch/master/install.sh | b
# Arguments
You can pass optional named arguments to this script for headless installation of Reflect.
## `--install` - Don't install, only configure Reflect
### `--install` - Don't install, only configure Reflect
```sh
./install.sh --install=n
```
Pass `--install=n` to prevent download and installation of the Reflect git submodule. Use this option if you're version controlling Reflect from your project repository.
## `--overwrite` - Overwrite existing configuration files
### `--overwrite` - Overwrite existing configuration files
```sh
./install.sh --example=n
```