diff --git a/docs/configuration.mdx b/docs/configuration.mdx index 0273ec071..149f258b2 100644 --- a/docs/configuration.mdx +++ b/docs/configuration.mdx @@ -9,7 +9,7 @@ ## Configuration file You can specify the config file to be used by Continuwuity with the command-line flag `-c` or `--config`: ```bash -~$ ./conduwuit -c /path/to/continuwuity.toml +./conduwuit -c /path/to/continuwuity.toml ``` Alternatively, you can use the environment variable `CONTINUWUITY_CONFIG` to specify the config file to be used; see [the section on environment variables](#environment-variables) for more information. @@ -81,7 +81,7 @@ ## Executing startup commands ```bash # Equivalent to `!admin users create_user june` -~$ ./conduwuit --execute "users create_user june" +./conduwuit --execute "users create_user june" INFO conduwuit_service::admin::startup: Startup command #0 completed: Created user with user_id: @june:girlboss.ceo and password: `` ```