summaryrefslogtreecommitdiff
path: root/docs/configuration
diff options
context:
space:
mode:
authorLibravatar Phil Hagelberg <technomancy@gmail.com>2022-02-03 03:30:06 -0800
committerLibravatar GitHub <noreply@github.com>2022-02-03 12:30:06 +0100
commit98341a1d4d18b27445f21c5c7aa51f26ac55b653 (patch)
tree42f54bd90cd63420c20e16a867ce4aaf615fd6a4 /docs/configuration
parentFix start command invocation (#372) (diff)
downloadgotosocial-98341a1d4d18b27445f21c5c7aa51f26ac55b653.tar.xz
[docs] Fix documentation to show --config-path in the right position. (#375)
The current position gets rejected as an unknown argument.
Diffstat (limited to 'docs/configuration')
-rw-r--r--docs/configuration/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/index.md b/docs/configuration/index.md
index ed36505ec..5aa10df9a 100644
--- a/docs/configuration/index.md
+++ b/docs/configuration/index.md
@@ -13,7 +13,7 @@ There are three different methods for configuring a GoToSocial instance, which c
The easiest way to configure GoToSocial is to pass a configuration file to to the `gotosocial server start` command, for example:
```bash
-gotosocial server start --config-path ./config.yaml
+gotosocial --config-path ./config.yaml server start
```
The command expects a file in [YAML](https://en.wikipedia.org/wiki/YAML) or [JSON](https://en.wikipedia.org/wiki/JSON) format.