fix(docs): Remove bash shell indicator

This commit is contained in:
stratself
2026-03-11 14:25:17 +00:00
committed by Ellis Git
parent b11989504a
commit 1fe13b927d
+2 -2
View File
@@ -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>`
```