File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ Tibula provides extensive command-line options to configure various aspects of i
49
49
- ** Setup and Initialization:**
50
50
- Options for initializing the database, setting up the admin user, and defining paths.
51
51
` ` ` bash
52
- --setup # Initialize the database
52
+ --setup # Initialize the database
53
53
--setup-user # Admin username during setup
54
54
--setup-pass # Admin password during setup
55
55
--setup-path # Setup files path
@@ -77,7 +77,7 @@ Tibula provides extensive command-line options to configure various aspects of i
77
77
- Users can also pass command-line options using a JSON file.
78
78
- Create a JSON file with parameters and use ` --config` to specify it.
79
79
` ` ` bash
80
- --config # Specify a JSON config file
80
+ --config # Specify a JSON config file
81
81
` ` `
82
82
83
83
- ** Note:** Replace ' -' with ' _' and remove ' --' for each command when using JSON configuration.
You can’t perform that action at this time.
0 commit comments