mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 02:12:25 -05:00
[docs] Fix documentation to show --config-path in the right position. (#375)
The current position gets rejected as an unknown argument.
This commit is contained in:
parent
aa34ff1bd9
commit
98341a1d4d
3 changed files with 5 additions and 5 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue