Skip to content

Commit f475c8b

Browse files
authored
Update README.md
1 parent 273e28a commit f475c8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Tibula provides extensive command-line options to configure various aspects of i
4949
- **Setup and Initialization:**
5050
- Options for initializing the database, setting up the admin user, and defining paths.
5151
```bash
52-
--setup # Initialize the database
52+
--setup # Initialize the database
5353
--setup-user # Admin username during setup
5454
--setup-pass # Admin password during setup
5555
--setup-path # Setup files path
@@ -77,7 +77,7 @@ Tibula provides extensive command-line options to configure various aspects of i
7777
- Users can also pass command-line options using a JSON file.
7878
- Create a JSON file with parameters and use `--config` to specify it.
7979
```bash
80-
--config # Specify a JSON config file
80+
--config # Specify a JSON config file
8181
```
8282

8383
- **Note:** Replace '-' with '_' and remove '--' for each command when using JSON configuration.

0 commit comments

Comments
 (0)