mirror of
https://codeberg.org/reflect/install.git
synced 2025-09-13 18:03:40 +02:00
doc(style): use h3 for main arguments in README (#3)
Reviewed-on: https://codeberg.org/reflect/install/pulls/3 Co-authored-by: vlw <victor@vlw.se> Co-committed-by: vlw <victor@vlw.se>
This commit is contained in:
parent
ff5b177c67
commit
366939068a
1 changed files with 2 additions and 2 deletions
|
@ -21,13 +21,13 @@ curl -fsSL https://codeberg.org/reflect/install/raw/branch/master/install.sh | b
|
||||||
# Arguments
|
# Arguments
|
||||||
You can pass optional named arguments to this script for headless installation of Reflect.
|
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
|
```sh
|
||||||
./install.sh --install=n
|
./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.
|
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
|
```sh
|
||||||
./install.sh --example=n
|
./install.sh --example=n
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue