diff --git a/docs/getting-started.md b/docs/getting-started.md
index 5ee9bb9598c71bbfa9c68de49e5b19274e75654d..08969982b8d2abb4f90370eb2d6f747bad622b4e 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -89,10 +89,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