Remote Timeline: add Streaming support
[akkoma] / docs / administration / CLI_tasks / instance.md
index 1a3b268be52f7e6aa2af8d5adb74ac317603b579..989ecc55db2812ae917072f1c29d044cf0cd72c5 100644 (file)
@@ -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 [<options>]
-```
+=== "OTP"
 
-```sh tab="From Source"
-mix pleroma.instance gen [<options>]
-```
+    ```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.