mirror of
https://forgejo.ellis.link/continuwuation/continuwuity/
synced 2026-06-01 08:54:08 +00:00
fix(docs): Remove bash shell indicator
This commit is contained in:
@@ -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: `<redacted>`
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user