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 Implement Cobra CLI tooling, Viper config tooling (#336) 2021-12-07 13:31:39 +01:00
api Add Accept header negotiation to relevant API endpoints (#337) 2021-12-11 17:50:00 +01:00
assets add new logo + credits (#277) 2021-10-13 13:19:10 +02:00
configuration [bug] Fix sqlite empty address issue (#370) 2022-01-30 17:06:28 +01:00
federation Update docs with better config + installation instructions (#300) 2021-11-14 16:54:23 +01:00
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 Update docs with better config + installation instructions (#300) 2021-11-14 16:54:23 +01:00
index.md Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00
requirements.txt requirements.txt for RtD 2021-07-31 17:54:50 +02:00
swagger.go Extend license notices to 2022 (#354) 2021-12-20 18:42:19 +01:00