Remote Timeline: add Streaming support
[akkoma] / docs / administration / CLI_tasks / instance.md
index ab0b68ad0e487bb88dc75b1d4bb28eda4f820ea4..989ecc55db2812ae917072f1c29d044cf0cd72c5 100644 (file)
@@ -1,11 +1,20 @@
 # Managing instance configuration
 
-Every command should be ran with a prefix, in case of OTP releases it is `./bin/pleroma_ctl instance` and in case of source installs it's `mix pleroma.instance`.
+{! backend/administration/CLI_tasks/general_cli_task_info.include !}
 
 ## Generate a new configuration file
-```sh
-$PREFIX gen [<options>]
-```
+=== "OTP"
+
+    ```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.