X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=docs%2Fadministration%2FCLI_tasks%2Finstance.md;h=989ecc55db2812ae917072f1c29d044cf0cd72c5;hb=9c672ecbb5d4477cd16d2139a2cb66d3923ac5c8;hp=1a3b268be52f7e6aa2af8d5adb74ac317603b579;hpb=a879c396bb3a07929d4821ef2c29610808962c6d;p=akkoma diff --git a/docs/administration/CLI_tasks/instance.md b/docs/administration/CLI_tasks/instance.md index 1a3b268be..989ecc55d 100644 --- a/docs/administration/CLI_tasks/instance.md +++ b/docs/administration/CLI_tasks/instance.md @@ -3,13 +3,17 @@ {! backend/administration/CLI_tasks/general_cli_task_info.include !} ## Generate a new configuration file -```sh tab="OTP" - ./bin/pleroma_ctl instance gen [] -``` +=== "OTP" -```sh tab="From Source" -mix pleroma.instance gen [] -``` + ```sh + ./bin/pleroma_ctl instance gen [option ...] + ``` + +=== "From Source" + + ```sh + mix pleroma.instance gen [option ...] + ``` If any of the options are left unspecified, you will be prompted interactively.