GoToSocial/docs
Paul Woolcock aa34ff1bd9
Fix start command invocation (#372)
When I tried to start the server using the command `./gotosocial server start --config-file ./config.yaml`, I got the following error:

```
root@gotosocial-experiment:/gotosocial# ./gotosocial server start --config-file ./config.yaml
Incorrect Usage: flag provided but not defined: -config-file

NAME:
   gotosocial server start - start the gotosocial server

USAGE:
   gotosocial server start [command options] [arguments...]

OPTIONS:
   --help, -h  show help (default: false)

FATA[0000] flag provided but not defined: -config-file
```

Putting the flag after the `./gotosocial` but before the `server start` seems to work properly
2022-02-01 16:54:26 +01:00
..
admin
api
assets
configuration [bug] Fix sqlite empty address issue (#370) 2022-01-30 17:06:28 +01:00
federation
installation_guide Fix start command invocation (#372) 2022-02-01 16:54:26 +01:00
user_guide document post settings (#346) 2021-12-14 12:42:20 +01:00
environment.yml
index.md Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
requirements.txt
swagger.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00