diff --git a/docs/getting-started.md b/docs/getting-started.md
index 0c7d4aca6535b0acc3fcb4cd4f9b24e85c0bed88..68bb6cf1564138c5cebe6f5351ac9e2d3301a65c 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -90,8 +90,8 @@ Make sure the following ports can pass through your firewall from the open Inter
 Activate them both in your virtualization infrastructure and the local firewall on your virtual machine:
 
 ```console
-# firewall-cmd --add-port="{80/tcp,443/tcp,9095/tcp,5672/tcp}" --permanent
-# firewall-cmd --reload
+    # firewall-cmd --add-port="{80/tcp,443/tcp,9095/tcp,5672/tcp}" --permanent
+    # firewall-cmd --reload
 ```
 
 ## Development